Get value of attribute in For Each from query results
I have results from a Query Layer activity. When I loop through them with a For Each, using =$tsisVwFs.features, I can see the JSON in the logs of what I am expecting. But, I can't seem to actually get a value from the item based on an attribute. I have tried Get Attribute Value activity without success. I have tried many other formats like =$forEach1.item.value.attributes("TRT_NAME") without success. Any advice on how to get these values?
0
-
I got it. Need to get used to the [] instead of ()
$forEachTSIS.item.attributes["TRT_NAME"].toString()
0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
1 Kommentar