I’m currently working on a project where I want to make my Option Sets visible only to specific customers. I have added a customer attribute, and I’m wondering if anyone could guide me on setting up a condition for this.
My goal is to display certain Option Sets exclusively for the customers I’ve added to a specific attribute. Has anyone tackled a similar issue before? I would greatly appreciate any advice, tips, or pointers on how to achieve this in Bubble.
Add an attribute to the option set of same type for the field type on customers (and make it a list if multiple customer types should be shown for that option). Then, when displaying the options, filter it to only show options whose attribute matches or contains the current user’s type.