I have Categories and Subcategories in my db. I want to display arrow in menu depending on including subcategories in category. Being as a newbie, in Bubble I don’t know how to add this condition right.
Depends on how you have implemented the categories and sub categories. Generally you should be able to put a condition on that downward arrow that if the parent cell’s category’s sub-category count is more than zero, then show the arrow.
Are these in repeating group? Are these option sets or data-type?