Hello Community,
I have an interesting issue.
I have developed a PowerApp which uses SharePoint to store it's data and also integrates with Flow. The PowerApp, SharePoint List(s) and Flow all operate as anticipated when I test with my user (which has a P2 license), however, the group which will be using the app (who have PowerApps Trial licenses at the moment) are unable to update all necessary data in SharePoint.
There is currently one form submitted (using SubmitForm()) and a few other pieces of data patched to the newly created list item (using Patch()). When the users with trial licenses select 'submit' in the application the form data is stored successfully in SharePoint, however, the Patch() data is not - no data is passed with the Patch() function.
Is this a licensing issue? I have had others on my team with PowerApps licenses test the application and they are able to submit the data successfully. The only issues we are seeing are with the trial licenses at this point.
Any advice would be helpful.