Using For Each logic in action chain
Summary
Using For Each logic in action chainContent
I have a page variable that is an array of objects. Each object has a "name" property, and some others. I want to loop thru the array and fire a notification of each "name" property. I assign the page variable to *items, in the ForEach action, but I cannot figure out the syntax to retrieve the "name" in the FireNotification action. Any help would be appreciated.
1