Hi @EricV
Just use a List to store your values. Then Query that List
Step 1. Create your List. Very straightforward.
Decide the type of values which you want in your list.
Below is a list of Fruits.
Step 2: In your workflow. add a Query List action. configure as follows
List: Your list name
Filter: Set your filtering. I take all 12 fruit items
Sort: Set your sorting. I use filter by Title
Output Type: Select separate output per column (needed to create a collection)
Select the column "Title" and provide a Collection variable to store the output
Output:
Use a Log to History to display the collection
["Apple","Banana","Cherry","Grape","Lemon","Lime","Mango","Orange","Papaya","Peach","Pear","Strawberry"]
Hi Garret, thank you. Not really the solution I hoped for, cause this takes quite some time to setup for each custom run. The original solution also works like this. I hoped for an option to insert the values directly in a workflow action like "set variable".