• ⚠️ Important: This forum is being discontinued.

    We've moved community discussion to a new platform — better search, faster replies, and tighter integration with the Pabbly apps you already use.

    • Sunset date: 23 July 2026 (this forum will go offline after that)
    • Until then: Login remains available for 30 days
    • Continue the conversation: https://sales.pabbly.com/forum

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