Not sure if this should be in power pages forum or not.
I have a form in power pages that the user can update information in the dataverse (model driven app)
The url contains the ID of the record I want the user to update
To update this record the user is sent an email 'go here and update your picture'
The email is sent from a flow in power apps
The link is set in a compose - as you can see it's static at the moment
I want that link to de dynamic - so, how do I get the ID of the record dynamically?
Also is there a way to hide passed URL parameter <Type = Hidden> ??
Cheers - Paul
I think I have sorted it!
Created a unique Identifier FKApplicationID which seems to do the trick.
Only thing now is how to hide the parameter in the URL??