Hi there.
I am looking for some advice here:
Currently in my app I am trying to send a deeplink hyperlink to a flow and the flow have a switch statement depending on the param received.
I have a label where I Concatenate my app web address Plus Param 1 + Param 2
I can receive the hyperlink except it is not working because the last part is two words. for instance
https://apps.powerapps.com/play/0da728ad-XXXX-YYYY-8b65-29572a8f29f0?tenantId=ZZZZZZZ-2c5a-4dee-a4c4-1d629b74a3ee&hidenavbar=true&RequestID=062822&FormID=New Process
How can I pass this to flow in an entire link?
I am sending this value as a JSON to my flow.
And in my flow how can I see this value as a LINK not the entire url string?
Thanks in advance
