Expression for passing in multiple arguments to subworkflow.
I am trying to pass a collection into a subworkflow in Workflow 5. I am not sure however how to build the expression. This is what I have tried for the arguments expression based on the fact it states a 'object' is required but it does not appear to work. Any ideas?
={ "collectionIn": $queryResult.features,
"fieldName": "SomeFieldName"
}
0
-
So to build the argumnets it appears to take 3 activities. First serialize the collection to json and then create the json arguments object with that string and then parse it back into an object.
0 -
Within an expression is there a way to do something similar to JSON.stringify? It appears those methods are not accessible.
0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
2 Kommentare