Hi,
I have a PowerApps form created from SharePoint directly using the "Customer Form" option in a SharePoint list.
I've designed forms before, but this one is acting really strange
When I click the "New" button in SharePoint to launch a new form, I have the following rules set to my "SharePointIntegration"
Refresh('SharePoint List'); ResetForm('Form1'); NewForm('Form1')
The Text fields are reset; however all my dropdowns (which are pulled from other SharePoint lists) do not refresh.
This does not occur on my other forms, which has exactly the same rules.
I've tried all the online resource possible with fail; any help at this stage is much appreciated
NOTE: I also tried to add a button within the app which applies the above code in the "ONSELECT" property, also without any success
Thanks
Luka