Embed Survey123 URL in PowerBI Dashboard to edit existing survey

310
5
Jump to solution
04-05-2024 10:30 AM
GaryBowles1
Occasional Contributor III

I am trying to set up a power bi report that will allow the user to open and edit a submitted survey. I am able to get the survey to open but it does not open the individual survey.

Here is the URL I am using:

arcgis-survey123://?itemID=dc0...&mode=edit&portalUrl=https://gis.srcx.com/portal&globalId=46A...

We are using ArcGIS Enterprise 11.1

Thanks,

--gary

Tags (2)
0 Kudos
1 Solution

Accepted Solutions
RobertAnderson3
MVP Regular Contributor

Where you have &globalid=46A..

Try making it &filter=globalid:46A..

As well, instead of mode=edit try making it action=edit 

That's how I had to set it up for my parameters, give that a shot and see if it works?

View solution in original post

0 Kudos
5 Replies
RobertAnderson3
MVP Regular Contributor

What we have set up currently is:

https://survey123.arcgis.app/?itemID={itemdID}&action=edit&update=true&folder=*&filter=globalid:{globalID}

I think you need to add the filter= before the globalid.

Did you say it's opening from Power BI with that URL scheme? I was struggling with that the other day.

0 Kudos
GaryBowles1
Occasional Contributor III

I am able to get Survey123 to open from a browser with the URL. I can't get it to open the individual survey that I am providing the globalId for.

--gary

0 Kudos
GaryBowles1
Occasional Contributor III

Just to clarify, I am trying to embed a URL in a PowerBi dashboard that will open Survey123 to a specific survey that will be edited. I do not need to necessarily embed Survey123 in PowerBi.

--gary

0 Kudos
RobertAnderson3
MVP Regular Contributor

Where you have &globalid=46A..

Try making it &filter=globalid:46A..

As well, instead of mode=edit try making it action=edit 

That's how I had to set it up for my parameters, give that a shot and see if it works?

0 Kudos
GaryBowles1
Occasional Contributor III

Bingo! that worked.

Thanks for the assist.

--gary