• ⚠️ 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

Multi Select Configuration (Via inbuilt action)

Status
Not open for further replies.
Via Inbuilt Action:

  1. Set up the inbuilt action according to this documentation.

  2. Go to the action where you want to set up the multi-select dropdown.

  3. We already added the in-built action by the name of “List Tags”. Which lists all the tags available in the users account.

  4. The same List Tags action returns an array of tags, this array of tags will be used to build the drop-down menu of the tags option on the integration.

    1692247762784.png


  5. After clicking on setting of the tags fields.

    1692190140780.png


  6. Make sure to provide the multi-select field same to same as tags field in the raw JSON.

    1692190397041.png


  7. Finally, the multi-select is set up and lets you select the two options tag1 and tag2 from the dropdown. So this will be sent in the JSON in the format "tags" : ["tag1", "tag2"] i.e. array of strings.
 

Attachments

  • 1692189847062.png
    1692189847062.png
    429.8 KB · Views: 356
  • 1692190365218.png
    1692190365218.png
    136.5 KB · Views: 299
Last edited:
Status
Not open for further replies.
Top