• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

  • 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

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:
Top