
Announcements
I'm trying to encode a URL where the output will be placed in an email. Because the email content varies depending on who it is being sent to, I need to take something from an item() function and put that in the URL. Power Automate doesn't seem to allow it, though.
The purpose is to create a link to a dynamic, prefilled Cognito Form that will allow users to update parts of their entry without exposing the URL to edit the full form.
Here's what I have so far:
The "Output" in this email is from the "Select 2" action above.
Here is the result from the email:
The space inside the string from the item() doesn't seem to accept being encoded.
Any ideas on how I could solve this?