Good day all,
I have a question for the PowerApps visible field. I want the form datacards on my second screen to be visible only when the selected gallery item on Screen 1 relates to that datacard on Screen 2. I want the relationship to be indicated by a “request type” (Ex: Account Service, Network Service, etc.). I cannot seem to get a formula to work. Here is more info:
1. Screen1: contains a Gallery (This gallery’s items populate from a table within the items field)
2. Screen2: contains a Form (Connection: SharePoint List)
3. Request Type: Hardware, Account, Network, Phone, SharePoint, Software
4. Formula Used: If(datacard.text = Gallery.RequestType, True, False)
5. My SharePoint List has over 50 columns (some datacards will only be visible based on another datacard’s value.
What is the best way to achieve this result? Should I set variables for this? Like: If(Argument, true, Set(aVariable))
What do you recommend? Thank you for your time and assistance.
I hope my question is easy to understand, but if you have questions please ask.