Hello guys! I am using "List Values of Field" block to iterate over different values of a list. I used a Condition Block which checks if the value obtained by the list is equal to the value stored in the first row and first column of a variable I created (TableData[0][0]). When it is equal, the flow goes in the "Yes" flow which works out great.
How can I direct the flow to go to the next value in the List Values of FIeld in the "No" path of the condition block? That way, I will be able to use TableData[0][1] and equate it to the next value of the field.