I have a choice column on my list, it can be "Done", "Doing" and "To do".
Im doing a flow where i use a condition if a choice IS NOT "Done"
I initialize a variable as string:
Then i 'reset' the string (because it iterates many times)
Then i append the choice to the String
And finally i do the condition where i want to select only if its NOT DONE or Null
The problem is, im not getting the choice value, but a array (not sure)
How can i get only the "Done" Value?


Report
All responses (
Answers (