Hi community,
I try to add deep linking to a PowerApp Custom Page that is embedded in a model-driven app. I used this concept already for Canvas-Apps following this guide: Create a canvas app with deep link to a specific screen - Power Apps | Microsoft Learn
I wonder If you can use the same concept for custom page: my parameter is "recordID"
https://environmenturl.dynamics.com/main.aspx?appid=GUID-of-model-driven-app&pagetype=custom&name=NAME-OF-CUSTOM-PAGE&recordID=GUID-OF-RECORD
when I try to open this link, it leads me to an error page of dynamics.
Do you know if parameters are an option for custom pages?
If so, how do you reference them?
Solved! Go to Solution.
I found the solution in this forum:
You have to pass the table name and the id with: &etn=TABLENAME&id=GUID
I found the solution in this forum:
You have to pass the table name and the id with: &etn=TABLENAME&id=GUID