Enable the user to select multiple icons on one page

Hi @nike.oberemm,

Use a custom state that is a list for this. When icon is clicked > set state > state’s value (text?) = state’s value :plus item [this selection]. Then save the value of the custom state to wherever you need it in the database.

Another example and description here: Messaging System Question

1 Like