Hi all, could use some help troubleshooting, haven’t been able to fix this:
I’m running a nested Scheduled API workflow to duplicate multiple related things / type of thing. The setup is:
Each Product Group has multiple Instances
Each Instance has multiple Answers
I’m building a feature where the user can duplicate a Product Group with all the data (Instances and Answers). I’m creating a new Product Group, then Scheduled API Workflow on its list of Instances to duplicate each, and within that Scheduling API Workflow on a list of each Instance’s Answers to duplicate each Answer.
THE PROBLEM: The Instances, which have a list field for Answers, are ending up with only one Answer out of 5. This is strange because all Answers are being created, and the creation and adding it to the Instance happen in the same API workflow:
You can see that one step after another, I’m first creating the Answer and setting its Product Instance to new-instance, then modifying new-instance to add the Answer to its list of Answers. The first step happens consistently, but the second step only happens once per Instance:
What could be causing this? Is it because of some quirk of nesting API workflows?