I have a approval flow that sends the supervisor a link to the power pages record for review. The URL looks something like this: <my-site-name>.powerappsportals.com/Your-Approvals/?id=673937f7-075f-eb11-a81c-000d3abe331f
If the supervisor is signed into the portal, then the URL opens directly to the basic form record for review.
If the supervisor is not logged in, then after they sign in, the URL drops the record ID and they end up at this URL : <my-site-name>.powerappsportals.com/Your-Approvals/
Is there a way for the record ID to be retain once the users signs into the portal?
Our identity provider is Microsoft Entra ID.
Thank you