I have an API Call that expects to receive a list of items.
I am scheduling it in the frontend workflow.
This list needs to have a specific order, as later I order a loop to assign those items in specific order.
The final goal will be:
Do a search for (Activities): type 1, first item merge Do a search for (activities): (type 2), each item. - the goal here is to have a result of items: item 1 (from first search), item 2, item 3 (etc.)
But:
After I do the first part:
Do a search for (Activities): type 1, first item - I cannot add anything to this element as it is not a list.
What syntax do I need to use here to get from this first item back to creating a list?