I want to create a repeating table as shown in the figure.
No need to deiplay in view, only register in the database.
How Can I set?
I want to create a repeating table as shown in the figure.
No need to deiplay in view, only register in the database.
Hi @bri.bubble01, could you explain what your system will cover, what kind of project it is, and what needs to be inside the Table element? I didn’t quite understand, sorry.
Thanks your reply.
Here you will plan your production time for the week.
Select from the drop-down menu whether there will be AM, PM, or night production for each of the displayed weeks (30th (Monday) to 5th (Sunday)).
If it contains AM, it means production, and AM = 240 minutes.
If there is nothing in the pulldown, it will not be produced. minutes=0.
After selecting whether to produce for one week,
I would like to use the registration button to save the time in a table (Mon_AM_Start to Sun_Night_End) as shown in the image below.
For example, in the case of slide 1, the value is entered for Monday’s AM, so Mon_AM_Start: 1, Mon_PM_End: 240 (240 minutes later). The next value is Tuesday AM, so Tuesday_AM_Start: 241 (Mon_PM_End+) 1), Tuesday afternoon end: 480 (after 240 minutes)
Slide 2 is a pattern that starts on Monday afternoon.
Is it possible to repeat this kind of processing?
you’d need to create data for each of the rows you want in that table (repeating group in bubble)
ie - user selects options, then clicks a button - data is created and calculated and displayed in table
alternatively you could trigger based on input change but that would be trigger more times than necessary
thank you for your reply.
Do you want to use repeating groups?
I was wondering if it’s possible to write directly to the table using a backend workflow.
How do I specifically set up a repeating group?
I can’t imagine it at all.
Please tell me how to set it up.