Hey,
in one of my backend workflows I have 2 lists:
a list of things X (e.g., Thing 1, Thing 2, Thing 3, Thing 4, Thing 5)
a list of numbers Y — selected indexes of X (e.g., 1, 3, 5).
How can I get a list X2 which will consist of Thing 1, Thing 3, Thing 5 without recursive workflow adding Things to the X2 one by one?
Natively, only “items from #”, and “items until #” are available which doesn’t help here.
I tried playing with Server Script but couldn’t get it to work.