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

  • Due to Diwali and Bhai Dooj celebrations, our team will have limited availability. While we’ll continue to monitor threads, responses may be slightly delayed. Normal operations will resume on Friday, 24th October 2025.

how to Handle 2 different inputs?

daksh101

Member
Hi i am developing our app integration to pabbly. We have a action to "rename folder" we want to give user one input box ( parameter) where they either give "name" or "folder path". Is there a way we can identify in backend of the action to determine if the input has "/" (that means it is a path).And depending on "path" or "name" call different api endpoints?
 
P

PabblyMember3

Guest
Hi i am developing our app integration to pabbly. We have a action to "rename folder" we want to give user one input box ( parameter) where they either give "name" or "folder path". Is there a way we can identify in backend of the action to determine if the input has "/" (that means it is a path).And depending on "path" or "name" call different api endpoints?
Unfortunately, there is no such internal feature available at the backend to identify the input value is either a path or normal string.

You need to specify the input format with example in the help text of the field.
 
Top