Hello All Experts,
I have customized the url in Send Invitation workflow , meaning there is one existing url which i need to replace as per current portal url.
but after running the send invitation workflow on demand , the url is not getting encoded properly.
can anyone help me in this trouble.
Solved! Go to Solution.
Hi @EmployeeOcta ,
Could you please share more details about your issue? What is the URL? Please share some snapshots about it to indicate the issue.
Send Invitation workflow is created by systems when a portal is created, so some modification on Create Email step must be done to make it work.
1. replace the http://localhost:7500/ by https://portalname.powerappsportals.com
2. insert hyperlink of the full URL, for instance:
https://portalname.powerappsportals.com/Register?returnUrl=%2F&invitation={Encoded Invitation Code(Encode Invitation Code)}
Note: the encoded invitation code must be added from right form assistant and get rid of any space in the URL.
Here it goes:
Hope this helps.
Sik
Hi @EmployeeOcta ,
Could you please share more details about your issue? What is the URL? Please share some snapshots about it to indicate the issue.
Send Invitation workflow is created by systems when a portal is created, so some modification on Create Email step must be done to make it work.
1. replace the http://localhost:7500/ by https://portalname.powerappsportals.com
2. insert hyperlink of the full URL, for instance:
https://portalname.powerappsportals.com/Register?returnUrl=%2F&invitation={Encoded Invitation Code(Encode Invitation Code)}
Note: the encoded invitation code must be added from right form assistant and get rid of any space in the URL.
Here it goes:
Hope this helps.
Sik