Hi there. I copies the URL of a power app and inside a power flow I am sending an e-mail with a hyperlink. Hyperlink contains my app url and at the end I use this: ?eventid=triggerOutputs()?['Body/Id']&status=1
So when user hits on the link he gets to the power app but its like this after the normal app url:
%3FeventId%3D60&status=1
In my power app I have 2 labels for capturing the 2 parameters but it doesn't seem to be working. Any ideas?