Maybe there's something out there I haven't seen but, we're using the custom URL scheme to open surveys from Power BI when something needs to be edited, currently I am using the scheme:
https://survey123.arcgis.app/?itemID={itemID}&action=edit&update=true&folder=*&filter=globalid:{globalID}
That one opens up the browser to a page to download the app, or if you have it already, to Open the Survey.
I know there's also this one that will open the app immediately:
arcgis-survey123://?itemID={itemID}&action=edit&update=true&folder=*&filter=globalid:{globalID}
However, when we try to add this to Power BI as the link, it does not recognize it as a hyperlink to open the app, does anyone have any thoughts on how to make this work, skipping that browser page and opening the app directly? I would want this to work on Desktop and on iOS.