Hi all,
I'm new to PowerApps and encountered a problem while customizing a Sharepoint list/form with Power Apps. I converted three dropdown fields into cascading dropdown fields in PowerApps, and they work perfectly fine within PowerApps. However, when I try to use them in the Sharepoint list, the modified dropdown fields do not display or save any information.
I attempted to resolve this issue by implementing a Submit Button with the SubmitForm function, but it didn't fix the problem either.
Here are the functions I used for the three dropdown fields:
- Distinct('Dependent Approval'; Title)
- Filter('Dependent Approval'; Title = dropdown_Company.Selected.Value)
- ForAll(Filter('Dependent Approval'; Title = dropdown_Company.Selected.Value).Team; Team.DisplayName)
These functions refer to an external table ('Dependent Approval') where I store the information for the cascading function. I only changed the Items properties of each dropdown.
Thank you in advance for your assistance!
Best regards,