For data table A I want to verify that all cells in the data table contain a value > 0. i.e. if the table has a value =< 0 the flow will go to ‘Else’
For data table B I want to verify all cells contain a certain phrase/string e.g. “ABCD”. i.e. If any cell contains a value besides “ABCD” the flow will go to ‘Else’
I have For Each Row in Data Table activity and an If activity in the body. What expression can I use in If Condition to verify the data table?