Survey123 Related Table Issue with Pop-Up

505
2
Jump to solution
06-07-2022 03:30 PM
Adam_Bourque
New Contributor III

Hello everybody, I am running into an issue where my feature and related table were setup properly to exchange relationship (I checked admin REST services, and tested functionality with web app). However, using the popup through web layer in web map is not connecting the record of the related table to the parent feature. I have tried to add and readd the "repeat" rows, but seem to get the same results. It will work when I keep the parent feature fields present; however, then we have blank records added to the parent feature... What would the best solution be here? I have tried re publishing new layers etc.. Seems like everything will work except through the related table knowing that is connected to a feature (I thought the popup using a "name" feature as the ID, I also do have GUID and global ID etc.. set, globalID is set to True enable).

My only thought is do I need to passover GUID or globalID somehow? I did add globalID to related table in addition. 

Thank you all. Here is my popup , attached my table below too

 

<a href="arcgis-survey123://?itemID=c2ea9503a6a64c49a04b619d73bfbd77&amp;field:Name={Name}&amp;field:Site_Description={Site_Description}&amp;center={expression/expr0}" rel="nofollow ugc"><br /><img alt="Submit Site Sample" src="https://dabuttonfactory.com/button.png?t=Submit+Test+Sample&amp;f=Roboto-Bold&amp;ts=22&amp;tc=fff&a..." /></a>

0 Kudos
1 Solution

Accepted Solutions
FPGIS_FrancescaRohr
New Contributor III

Hi Adam,

I'm not sure if I'm understanding you correctly, but this thread may be of assistance:

https://community.esri.com/t5/arcgis-survey123-questions/how-to-pass-the-parent-globalid-to-my-relat...

Additionally, in the link for the survey that you put in the pop-up make sure to include this to populate the GUID field with the parent global id:

&field:GUID={GlobalID}

Hope that helps,

Francesca

View solution in original post

0 Kudos
2 Replies
FPGIS_FrancescaRohr
New Contributor III

Hi Adam,

I'm not sure if I'm understanding you correctly, but this thread may be of assistance:

https://community.esri.com/t5/arcgis-survey123-questions/how-to-pass-the-parent-globalid-to-my-relat...

Additionally, in the link for the survey that you put in the pop-up make sure to include this to populate the GUID field with the parent global id:

&field:GUID={GlobalID}

Hope that helps,

Francesca

0 Kudos
Adam_Bourque
New Contributor III

Thank you Francesca, I definitely forgot this in my popup realized last night and this was just reassurance seeing your reply. 

0 Kudos