Web Loop Table

What kind of conditions is used to fetch data using a web loop table?

The Web Loop Table step is basically designed to be used within a loop. Web loop table has condition Block where we can specify conditions using functions like ==, <,> , Like ,True, Not Null etc and operators like OR, AND, OR NOT, AND NOT, XOR and fetch the data as per the requirement.
For Example if we have table data as below and we want to fetch the data with age<10 and Country New York
Sample Table Data
Then in condition block we can set condition as
Sample Condition

And web loop Table will fetch only required rows.

1 Like