Hi,
I'm using SharePoint Input v2.3.0 and created a simple WF that successfully runs on my local Designer. For automation purposes, I'm using the 'App Sign In (Use Service Principal)' option.
When I saved the WF to the Gallery and ran it I received the below error:
<class 'ValueError'>: Required fields cannot be empty. (ToolId: 1)
When I pull in the same WF from the Gallery and run it in Designer on the Server, I receive this error:
Error: SharePoint Input (1): Provided Azure application does not have required permissions for scheduling. Either disable 'use service principal' or provide an Azure app with required permissions and login again.
Has anyone ran into this and how did you resolve? TIA