Skip to content
RisoSystems
RisoSystems
@risosystems
Active Member
Joined: Aug 4, 2025
Topics: 0 / Replies: 7
Reply
RE: How to repeat actions in callin.io for a variable number of values

Actually, the same code approach I shared applies to both scenarios. However, I will step back unless my name is featured prominently in a post.  ...

5 years ago
Forum
Reply
RE: How to repeat actions in callin.io for a variable number of values

One other thing. If the subsequent step doesn’t handle the objects well, then JSON.stringify the object before placing it in the array: for (var i = 0...

5 years ago
Forum
Reply
RE: How to repeat actions in callin.io for a variable number of values

Chrisboat, I believe the issue lies within your data manipulation in the code step. I recommend copying your current code to a secure location and rep...

5 years ago
Forum
Reply
RE: How to repeat actions in callin.io for a variable number of values

Could you please provide a mockup of the expected output using the data that has been supplied? Is this what you are anticipating (with fewer headers)...

5 years ago
Forum
Reply
RE: How to repeat actions in callin.io for a variable number of values

I’m not sure I see that as an issue. When you execute the step that fetches the variable number of items (likely an array), simply append a variable t...

5 years ago
Forum
Reply
RE: How to repeat actions in callin.io for a variable number of values

Chrisboat - While I’ve not tried it myself, it seems to me that you could add a filter step at the bottom of the first “fork” which would only continu...

5 years ago
Forum
Reply
RE: How to repeat actions in callin.io for a variable number of values

Here’s a little technique that works well for me in these scenarios: When the different array elements that initiate the fork or loop have related val...

5 years ago
Forum