How to achive the result of " Above the Number "

shimrannn

Member
Hi ,

I am using Email parser , in which I want to know that if my data is above 1000 then it will take (A) action and if it is below 1000 then it will take (B) Action , so how to find that my data which is coming by email is above 1000 or not ,

and is there any way to find the "BETWEEN Function too " like if the Data is between 1000 and 1100 then it will perform ( C ) action

please guide

Thanks
 

Pabbly

Administrator
Staff member
Hi ,

I am using Email parser , in which I want to know that if my data is above 1000 then it will take (A) action and if it is below 1000 then it will take (B) Action , so how to find that my data which is coming by email is above 1000 or not ,

and is there any way to find the "BETWEEN Function too " like if the Data is between 1000 and 1100 then it will perform ( C ) action

please guide

Thanks
1. For your first case, consider using router which will help you take action A and take action B based on the parameter -



2. Use filter to find the "BETWEEN Function too " like if the Data is between 1000 and 1100 then it will perform ( C ) action -


1619083155958.png
 
Last edited:
Top