Hi,
I have a Power Apps SharePoint Integration form that has two cascading combo boxes. The first combo box displays Client names and the second displays roles depending on each client that is selected. I am switching this from an InfoPath form and in that, the second combo box is pulling from a different SharePoint list. I couldn't figure out how to do that, so I figured creating collections for each client would do the trick, but now I'm trying to figure out the function to show each collection when each client is selected. I am trying to use an If() function, however all I have so far is If(cboClient.Selected.Value = "Client Name", .
Thanks In Advance!