Hey all!
I am using a SharePoint integrated form customized with Power Apps. Everything works great except that it is impossible to print the form directly in SharePoint (The Print function currently doesn't work on mobile devices and on SharePoint forms).
To avoid this problem I tried to use a print button with this deep link:
Launch("https://apps.powerapps.com/play/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx?tenantId=*******-****-****-****-************");
Print()
Where "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" is the <AppId> and "*******-****-****-****-************" the <tenantId>.
With this button I am able to print the SharePoint custom form, becuse it is opened in apps.powerapps.com instead SP, however the custom form printed is always the form of the default element (the first Id).
My question is: Can I open a custom form of a specific list element with a deep link? Is possible to insert the <elementId>?
Thank you in advance for every suggests!
Andrew