Select to view content in your preferred language

Problems creating a relationship for Reporter

1257
3
Jump to solution
09-25-2024 03:39 PM
jewa
by
Emerging Contributor

Hi, ArcGIS community! I am trying to create a layer that can be voted on and commented on in the Reporter app. However, I'm struggling to create related fields in ArcGIS Pro with my dataset. For one, I can not add Global IDs to my (parent) layer. Since this is not working, I'm not sure what to use as the origin primary key. Then, when I add the table I want to create the relation with, an error pops up that they're not in the same database. I can not figure out where to start when approaching this problem. I've created relationships before, so I'm wondering if something is wrong with the data I'm using. I also have never used the Instant Apps, so there is def a learning curve there 🙂

Thanks for any advice, resources, or suggestions!

0 Kudos
1 Solution

Accepted Solutions
SubaKrishnan
Esri Contributor

Hi @jewa you can turn off that field in the map viewer's form config.  The form that comes up when you submit a report is coming from the form configuration, and report details you see after submitting it comes from the layer's popup.

 

SubaKrishnan_0-1728342987428.png

 

View solution in original post

0 Kudos
3 Replies
SubaKrishnan
Esri Contributor

Hi, @jewa I'm glad you're trying out reporter instant app. Instant apps are quite intuitive and easy to configure. In reporter, you'd need a related table for the commenting capability, and vote is stored in a numeric field in the feature layer. For the global id issue, I recommend you open a ArcGIS Pro support ticket , and they can help you with issues with your data. If you've any questions related to reporter instant app, I'd be happy to help you.

Here are some links that might help you along the way

Pro documentation

https://pro.arcgis.com/en/pro-app/latest/help/data/tables/joins-and-relates.htm

https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/add-global-ids.htm

Instant app documentation

https://developers.arcgis.com/documentation/app-builders/no-code/arcgis-instant-apps/

https://doc.arcgis.com/en/instant-apps/latest/create-apps/reporter.htm

 

0 Kudos
jewa
by
Emerging Contributor

Thank you, I was able to figure it out. However, for some reason the likes and dislikes are coming up when you go to add a report on the app as an editable number. How can I get rid of this while still keeping the layer editable? Thanks!

0 Kudos
SubaKrishnan
Esri Contributor

Hi @jewa you can turn off that field in the map viewer's form config.  The form that comes up when you submit a report is coming from the form configuration, and report details you see after submitting it comes from the layer's popup.

 

SubaKrishnan_0-1728342987428.png

 

0 Kudos