Hi there. I copied 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?
What I am using in onStart of app:
If(!IsBlank(Param("eventid")), Param("status") = 1 , Patch('SP List', LookUp('SP List', ThisRecord.ID=Param("eventid")), {Status: "Approved"});Navigate(ApproveSuccessScreen), Patch('SP List', LookUp('SP List', ThisRecord.ID=Param("eventid")), {Status: "Rejected"});Navigate(RejectSuccessScreen);)

Report
All responses (
Answers (