Hey Bubblers,
I’m trying to dynamically set the quantity of things in a list relative to a different data type’s field which is also a list but I can’t seem to wrap my head around the best and most optimal way to do it.
Here’s a more detailed explanation and an example of what I wanted to do:
Data type 1 has a list field (list of x)
Data type 2 has a list field as well (list of y)
The data types in lists x and y are different but I want to automatically check how many things are in list x and dynamically create the same number of things on list y
Could easily be doable using repeating groups + list of numbers + orchestra plugin but as much as possible, I don’t want to create the data ahead of time - should only be a state or upon request.
Would greatly appreciate your help