Create Value
Hi
Consider the following container structure generated by Create Value:
[index: "OBJTYPE", value: null, desc: null,
index: "KOMM", value: null, desc: null,
etc...]
I want to loop through this simple structure row by row, lookup each index with two separate Query Layers and paste results into the value and desc columns for further Processing.
How do I accomplish such a primitive task in Geocortex WF5?
With kind regards
Rune Bratlie
-
I would use the Create value to store your Index values. Use that collection for the ForEach activity and to run a query for each value. Then I would create a new feature and set the feature attributes from the query results and add to a whole new featureset. See the attached Json. I mocked this up, and not sure if it will work but you can give it a shot and mess around with it but it should get you going in the right direction.
Have fun!
0
Please sign in to leave a comment.
Comments
1 comment