Hi,
I have an issue when I submit a SharePoint detail form through my PowerApp. The scenario works as follow:
- Fill in form
- Submit (onSelect method) SubmitForm(SPFormName)
- (onSuccess) start a flow and passes parameters from the form to the flow
'FLOWNAME'.Run(PARAMETERS goes here); Navigate(frmSuccessful, ScreenTransition.None)
- It works well when I test it through the studio and the MS Win10 App but I get the following error when I submit using my Iphone App
Error: [FLOWNAME.Run failed: the method 'Run' has an invalid value for parameter 'PARAMETER_NAME']
Outcome: The item gets created in SharePoint but the flow does not start.
Why will it work on all the different platforms except for the phone app?
Any assistance will be appreciated.