Hi all,
I have a workflow that filters out all the items I want and saves the IDs of the list items in a collection (with the Query List Action).
I am saving them in a Collection variable of course. Then I use the For each action on that collection. What type should the 'Store result in' variable be? I tried number and list item ID but that gave me a Coercion error.
Then I tried Singe line of text and I did not get an error but for debugging I sent a notification to myself with the IDs (collection) and the variable (singe line of text) and what showed up in the mail was:
43;44; not compatible
Any helpful tips?