Struggling with mode=edit in URL parameters for portal Survey123

5118
12
Jump to solution
04-15-2021 08:10 AM
ShelleySchulte1
Occasional Contributor

Hello all,

I am trying to create a basic line in a web app and then apply attributes via Survey123.  Basically I draw a line in the web app, then I use the URL link in the feature pop up to link to the survey.  It will pull up a new survey, but it is not pulling up the associated link I just drew.

 

In my most recent test  I can see the field name in the address bar but it is not populating the form.

https://survey123.arcgis.com/share/2b3a0468698c4d76805b0e13d506e0f5&field:mainline=cp?portalUrl=http...

Any insight would be appreciated, thanks!

Shelley

 

0 Kudos
12 Replies
DanielMoore9
New Contributor

I believe the issue was in the url instead of using "?mode=edit&globalId={globalid}" you should use "&mode=edit&globalId={globalid}"

In ArcGIS online the "?" is how I've done it, but chaning it out with "&" in Portal fixed it for me.

0 Kudos
BenjaminBlackshear
Regular Contributor

Hi Shelley, I am having this same issue, can you share what finally worked for you?

0 Kudos
Murage
by
Occasional Contributor

I am experiencing an issue where when I specify an additional URL parameter e.g. &mode=edit&globalId={globalid}&field:fieldname={fieldvalue} affects how the data is populated from the existing feature. In my case the existing feature does not populate values for any "select_one question" that has autocomplete search using feature service. The values only populate when the URL does not have the text &field:fieldname={fieldvalue} Has anyone come across this?

0 Kudos