Select to view content in your preferred language

Trouble with repeat geometry

217
2
Jump to solution
4 weeks ago
KristenM19
New Contributor

Hello, I am trying to create a survey that collects two geoshapes that populate as two separate polygon layers. I have the second geoshape (presence record) in a repeat but when I look at the data in ArcGIS Pro, the data is in a an attribute table rather than a layer. Is it not possible to achieve what I'm after? If it is, what am I missing? XLS form attached.

KristenM19_1-1762382717187.png

 

 

Tags (2)
0 Kudos
1 Solution

Accepted Solutions
MobiusSnake
MVP Regular Contributor

I think it's your "bind::esri:fieldType" value for the polygon inside the repeat, it's set to null.  This means the polygon is being ignored when creating the service, making the repeat a table.

View solution in original post

2 Replies
MobiusSnake
MVP Regular Contributor

I think it's your "bind::esri:fieldType" value for the polygon inside the repeat, it's set to null.  This means the polygon is being ignored when creating the service, making the repeat a table.

KristenM19
New Contributor

Thank you, removing "null" worked! That must have carried over from whichever survey I used as a template to start making this one. It was driving me crazy, I really appreciate it.

0 Kudos