Hi,
how to write a condition that price values is greater than 250 for each data.
for every data it should check the value is greater than 250 and trigger a mailBook1.xlsx (12.3 KB)
Hi @venkateshtangudu ,
It is simple just put a for each row loop with the data table name and put an if condition checking row(“price”).toString > “250” then it will loop through each value for checking
Hi
As mentioned below i want the output as image for what row the data is more than 250