multiselect dropdown with xano integration

Options
timofischer
timofischer Member

hey guys, I am trying to get the multiselect dropdown from the marketplace to work with the xano integration. I am struggeling to store the state of this component. If in xano I add a single table reference to the table that stores the content of the dropdown I can see the field in adalo but can only overwrite it with the last selected item in the dropdown. If I define this table reference in Xano as a list, I can unfortunately not see it in Adalo anymore to add and remove selected options of the drop down. Am I doing something wrong here, or is there another way to do it? Thanks so much Timo

Answers

  • Jeremie Queyroux
    Options

    Hi Tim,

    I just had a similar issue in bubble.

    You need to add a custom state to the object such as object.value and make a Get API Xano on page opening to set the value as default or current for the dropdown.

    In bubble, it only work if the option value are in text such as (0 enter 1 enter …) and not a list (nammed as option in bubble)

    In such case you can bypass the value , retreive last selection and make some changes with the Post API.

    Hope it helps.