How to achive the result of " Above the Number "
Status: Closed · Asked by shimrannn on · 0 views
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
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 -
youtube.com/watch?v=6XDASZVv3tw
2. Use filter to find the "BETWEEN Function too " like if the Data is between 1000 and 1100 then it will perform ( C ) action -
youtube.com/watch?v=W3HMbI5Q68U
