Greetings. I am interested in running two “repeats” in series, but not like a nested loop. Each would be followed by a set_variable module. The first is set to 4 and the second to 5. However, the last module as 4*5=20 mappings instead of 4 and then 5 mappings.
I am reading in two forms from Acuity Scheduling that structure as
.
I used the community help found here and followed my data with an iterator then an aggregator.
I am trying to avoid having to manually enter all variables in set_multiple_variables by using the repeats in series. I assumed that repeat acted on the single next module and no further.
Thanks.