List Feature Set Attributes in a Display Form
I have a workflow that allows users to find resources within a 5-minute drive time of the address they enter. I would like to list the names of the facilities returned by the query in the display at the end of the workflow. I already know how to use runtime modifications to populate group descriptions with variables, but I don't know how to get a list of feature set attributes and convert them to a string that can be included in a description. I found a post about using query results as a list box input, but I don't know how to convert a DataItem list to a string, if that's possible. Any ideas?
Thanks,
Denise
0
-
After continuing to look at several other posts, I came up with this solution:
_img_ alt="User-added image" src="https://latitudegeo--c.na53.content.force.com/servlet/rtaImage?eid=907f2000000Xdkt&feoid=Body&refid=0EMf2000000YC8T"_/_img_
With the Assign value for WICString being as follows:"<b>WIC Locations:</b>" & System.Environment.NewLine & System.Environment.NewLine & WICList.Select(Function(y) y.Display).ToList.Aggregate(Function(a,b) a & System.Environment.NewLine &b)This post is the one I found most helpful: https://support.geocortex.com/essentialsGSCForum?sub-nav=forum&main-nav=essentials&#!/feedtype=SINGLE_QUESTION_DETAIL&criteria=ALLQUESTIONS&id=90660000000067WAAQ0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
1 Kommentar