Hi,
I have a deep link that gets sent via Email (based on a Onselect of a button)-
https://apps.powerapps.com/URL&recordID= & gblRecordID
which gblRecordID is a variable and brings the person who clicks the link in the email to the record.
Can I set a variable in the Link? Or should I set it on the OnSelect button ?
I want to set my variable -
Set(varFormMode,"edit")
so I can control the FormMode View and Edits.
Please help!