Jul 25, 2020 03:21 AM
Here’s the same question about tags that I have and there doesn’t seem to be an answer…
Jul 25, 2020 07:31 AM
You could just put your tags into a multiple select field.
But I think the better database design would be to have a products table and a tags table. Then, you could link your products to tags by using a linked record field.