I have a scenario where Etsy gives me a list of all my items in shop. I added an Array Aggregator and I want randomly select one of the bundles when the Scenario is ran.
This is what I set up, and what its doing is, it is returning the first bundle each time, vs randomly selecting
I dont know coding as well, so I am to find the right variable to do exactly that. Thank you.
This was my solution:
I shuffled the list
Then I have it select the first item from the shuffle
If there is an easier way, and with less operations, feel free to chime in
1 Like
Welcome to the Make community!
Looks like your aggregated array contains sub-arrays instead of collections, that’s why.
I’m not sure how I’ve done that. Can you point me in the right direction to correct? My solution was by luck and playing around with it