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

  • Important: Any reported problems and issues with your integration will be reported to you and we will encourage the app developers help to resolve those integration issues.

How to populate the dynamic fields based on the selection from the dropdown

Status
Not open for further replies.
Here we take an Example of the Switchboard Canvas app.

  • You should have an API endpoint to list dropdowns. For e.g. In case of a template use the Get Templates endpoint.
  • Set up the inbuilt action of the Get Templates.
  • Map the inbuilt action and create the Dynamic dropdown based on the list template action.
  • You should have an API endpoint to list all the fields of particular templates
  • Set up the inbuilt action for Get Template Elements and the specific template for which we retrieve all the fields are related to the list template inbuilt action.

Configure Inbuilt Action

As you can check the below screenshots of Inbuilt actions

1667015619726.png



With the above template name user can fetch the details of the template using another inbuilt action Get Template Elements.

1667016108780.png



The above inbuilt action returns all the fields in the template.

Now configure Action

Action name: Create Image(s)
In the action event inherit both the inbuilt action in the required sequence.

1667016972898.png

While configuring the API module of the action, the parameter needs to be defined as a template.


👉 Configured Custom Fields with Dropdown Support (mapped response from inbuilt action).


1667023454029.png



Action Frontend View

1667019080199.png



1667019310385.png
 
Last edited by a moderator:
Status
Not open for further replies.
Top