Help

The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.

Repeat action on a script output

Topic Labels: Automations
544 1
cancel
Showing results for 
Search instead for 
Did you mean: 
xvrc
4 - Data Explorer
4 - Data Explorer

Hi there, 

I have a script that collect a few records in my table, and I'd like to create a repeat action (to send a Slack message to each of these records). 

I used JSON.stringify to convert my array to a string and the output is something like: 

["rec0aFuNHkPzxxx","rec2jGJ33iVxxx", …]


When I try to use this script output as a list for my repeat group it says : "No valid nested options". 

I looked in the doc but haven't found anything about it. Did I miss something ?

1 Reply 1

Hi,
Repeated group needs array to use as a list.