Hi,
I am making an Expense Canvas app for someone who, when clicking on an expense in the calendar, will see a Link that redirects to a Model Driven App with more details of the Expense
Html-Text Power Fx:
"<a href='https://<org-url>.crm.dynamics.com/main.aspx?appid=<id>&pagetype=entityrecord&etn=<expense>&id=" & Record & "' target=_blank > Go to record</a>"
The problem is that the org-url has to be completed dynamically since my org-url is not the same as this person's. How can I get the user's org-url?