Hello,
I would like to trigger a flow from an external application by launching the desktop flow url as below. I can execute the flow fine using the sample url format.
ms-powerautomate:/console/flow/run?workflowName=[workflowName]
However I also need to also pass some input variables to the flow within the url as parameters, however struggling to find any examples of this syntax anywhere. I assume it is possible? for example variable1=XXX,variable2=YYY
Regards paul