gorgeous-soccer-85989
message_only
mode to loop through a list or and object in an incoming event.
◦ Specify the path to a field in an incoming Event that contains a list or an object and Tines will invoke the action for each element of the list or object.
◦ When specifying the output event payload, a LOOP
object will be provided for each loop iteration. The LOOP
object will contain:
▪︎ value
– The current value in the loop.
▪︎ index
– The current index in the loop.
▪︎ key
- When iterating over key/value pairs in an object, this is the current key in the loop. This will be absent when iterating over a list.
▪︎ previous_result
– The result of the previous iteration.
◦ A single output event will still be emitted.
◦ The payload of the output event will always be a list. It can potentially contain NULL
elements.
• Next a simple but really useful feature - You can now add descriptions to Resources as well as Credentials
• You may have missed the other big change just before Christmas: We've done a huge revamp of the Liquid Editor which @clever-stone-9183 has written about on the blog
https://www.tines.com/blog/liquid-editing-improvements
• And finally we've also completely re-done the Registration and Login pages which you probably won't see very often as existing users. But they are lovely.
As always let us know what you think or if you run into any issues.broad-actor-55000
LOOP
– has already helped me simplify tricky steps!