• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

  • Due to Holi celebrations, our team will have limited availability. While we’ll continue to monitor threads, responses may be slightly delayed. Normal operations will resume on Thursday, 5th March 2026.

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