Hey, Make community!
I’m trying to turn these ‘Item IDs’ outputted from a ‘Data Store’ search into a comma-separated list.
For example here is the current output:
My desired output would be to combine these values into a numbered array like this:
The number of results from the search could vary each time the scenario is run, so I’m looking for a solution that will work with a varying number of ‘Item ID’ values.
Appreciate any support with this one in advance!