We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Executes a block of commands on each element in a collection of items
{ "SetItem": { "Name": "rhymeString", "Value": [ "Mary", "had", 37, "little", "lambs" ] } }, { "ForEach": { "CollectionName": "rhymeString", "ElementName": "word", "Body": { "Do": [ { "Log": { "Text": "The word is: %word%" } } ] } } }
This wiki is no longer maintained.