How to Display Multiple Categories for Each Event in a Nested Repeating Group

Hi everyone,

I have a repeating group for events, and each event has multiple categories. In a nested repeating group, I want to show all the categories for each event as buttons. How can I do that?

In your DB, in the Event table, you can have a field called Categories which is a list of the table Category. In your nested RepeatingGroup, set the data source to Parent group’s Categories’ each items name and/or so on

This topic was automatically closed after 70 days. New replies are no longer allowed.