Hello! I’m experiencing an issue with a multi-select element that receives its data from Supabase (and possibly other databases). I’ve created a video to help explain the problem, which you can watch here: Loom | Free Screen & Video Recording Software | Loom
Here’s a brief description of the problem:
I’ve designed a custom area to display the filters that the user has selected. You can also remove filters by clicking on them. However, when I delete filters by clicking on them (using a custom workflow), they are added back to the multi-select element multiple times instead of one. This issue only occurs with filters generated from data obtained from Supabase. Deleting filters created from options instead of pulling data from database works as expected.
Do I do something wrong? Thanks