I’m trying to use the Multiselect dropdown where a User can select “Category Type” from dynamic text. The Category Type has been set up under a Data Type “Category”. The user can select a maximum of 3 category types when posting a product.
The problem I am having is that I can’t figure how to save the tabs selected by the User so that they are added to the Product the User is posting.
The end-use case for this is that I would like to store the Category Type for each product, and eventually make it searchable where users can find products that meet the defined category types.
Any help on how to set up this would be great. Thanks