I'm working with a public survey. I created a Make flow that generates an email containing a link to the survey for editing a record. The generated URL works if I'm logged into AGOL, but it doesn't work if I'm not logged in. The feature layer is public, the app is public, and editing is enabled. The URL is the following:
Solved! Go to Solution.
Just a shot here: who do you have the results shared with, the form is public but did you share results?
Does your view have a filter on it? I tried querying the Global ID in your parameter and it returned zero results, however when I queried the source feature layer it returned the feature as expected.
It has no filter. If I open it in the browser session where I'm logged in, it returns the data. If I open it in another browser session where I'm not logged in, it doesn't return any data.
Just a shot here: who do you have the results shared with, the form is public but did you share results?
Thank you. I had only shared the Feature Layer with Everyone, but not the view that ArcGIS Survey123 created. Now it works.