I'm trying to use an example I found to work with my data. I have a Sign layer that will be collected with Field Maps. In that layer is a field called Parent_Asset_ID. I have another layer called County_Parks. Inside County_Parks is a field called Asset_ID. I need the Parent_Asset_ID to fill in with the Asset_ID from the County_Parks layer. This is what I did:
Solved! Go to Solution.
What is going wrong? Is it a crash?
I do know that if you try to run First on an empty set then it will crash. So you need to check the intersect for IsEmpty before you try First.
So more like this
What is going wrong? Is it a crash?
I do know that if you try to run First on an empty set then it will crash. So you need to check the intersect for IsEmpty before you try First.
So more like this
When I test it in the expression window, it comes back with "Test execution error: Execution error - Cannot access property of null object. Verify test data."
On the map, when I start editing, it just says Failed to calculate value
I got it to work! Thanks.