Good morning,
I am having difficulty with the repeating group function.
I created a first repeating group which allows me to retrieve the dates of the day associated with the dategenerator module.
This repeating group is created with 1 row and 7 columns (1 column per day of the week).
In the repeating group cell, I added an imput field which retrieves the dates (current cell’s date)
I also added a new repeating group in the cell to display the available times that I retrieve in an option set.
The second repeating group is built on the basis of a column and several rows. Each row contains a button with the time retrieved with the Option Set field.
What I would like is when the user clicks the button, I add the time into a table, and I would like to retrieve the value of the input field of the first repeating group.
I hope my description is clear.
Thanks for your help.