I am trying to create a timer in a repeating group that counts up and begins automatically when the repeating group cell is not empty. Has anyone been able to achieve this or can give insight on how it can be achieved. Thanks in advance.
You can achieve this by using custom JavaScript to create a count-up timer and embedding it inside each Repeating Group cell using an HTML element.
The timer can be triggered automatically when the cell’s data is not empty.
If you can share more details about your specific use case (e.g., what you’re tracking or how the timer should behave), I can guide you with a more tailored solution.
Thank you, this worked perfectly.