Hi Everyone
So, the SharePoint (shp) list that is update with the PowerApps is HW- large items
The dropdown list comes from other SharePoint lists that show the options according to the category. Eg. If its phone, os will be Android/iOS but if is computer Windows…
The fields that I am having trouble are Operation System, Operation System Information and CPU.
OPERATION SYSTEM:
The dropdown doesn't show me the options.
Values:
Card
- Default: ThisItem.os ….. If I put ThisItem.os.Value the red cross appears
- Update: DataCardValue4.Selected.Result
Field
- Items: Distinct(Filter(Relationship_os_category,Title= Category_input.Selected.Value),os)
I have tried lot of things but anything seems to be working
Many thanks
Lucia