I have a data type that stores events. In a repeating group, I want to display the number of events from different fields, occured each day as below. So, the repeating group’s number of rows must be dynamically matching the number of days of a selected month (I am not building a calendar.)
I set a state, called index>selected month on page load to store current date/time, and adding/subtracting by 1 every time the chevrons are clicked to change the month of the table.
How can I create the RG with rows?