• 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.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

  • Please be informed that our team will be unavailable due to a local holiday. We will resume normal operations from Monday, 18th August 2025.

Custom variable not evaluating as expected in filter action

JoshBeall

Member
Your Task History ID
IjU3NjYwNTZhMDYzZTA0MzU1MjZmNTUzMDUxMzci_pc
I have the following custom variable defined:

1755307511198.png


I am attempting to use it in a filter action, as follows:

1755307542838.png


As you can see, the result status is "error" and the message is "condition is false". However, the Type Id is 1008876, which should be equal to the variable I've specified.

If I copy/paste the same value that I specified for the copperApiTypeId1 variable into the filter, I get a success status:
1755307675706.png


Why is this? How can I use a variable in this case to avoid having to embed this numeric type ID in all my workflows that have to filter on this ID?
 

Himesh

Active member
I have the following custom variable defined:

View attachment 59581

I am attempting to use it in a filter action, as follows:

View attachment 59582

As you can see, the result status is "error" and the message is "condition is false". However, the Type Id is 1008876, which should be equal to the variable I've specified.

If I copy/paste the same value that I specified for the copperApiTypeId1 variable into the filter, I get a success status:
View attachment 59583

Why is this? How can I use a variable in this case to avoid having to embed this numeric type ID in all my workflows that have to filter on this ID?
Hello @JoshBeall ,
This is a known issue in Pabbly Connect, and their team is already working on it.


In the meantime, you can try this workaround:


  • Before the filter step, use Number Formatter (Pabbly) → Perform Math Operation.
  • In the Numbers field, enter your value like this: {{YourVariableName}},0.
  • For the Operation, select Add.

This will return the exact number defined in your variable.


Note: If it’s a string variable, you can instead use Text Formatter (Pabbly Connect).


Please refer to the screenshot below for reference. If you are still not able to solve this on your own feel free to DM me and we can do a free zoom call. FYI I'm not from Pabbly Connect team, just a freelancer who helps other Pabbly users.

1755335936656.png
 
Top