It seems like this must have come up, and the event type may be available, but I’m having trouble finding it.
I have a repeating group of Actions (to-dos). Each one has an optional PlanStartDate and PlanStartTime. The time value should not appear if the it’s empty or if PlanStartDate is empty.
An icon that toggles between unchecked checkbox and checked checkbox allows the user to show and set the time value.
The checkbox is actually an icon element using a custom state isDueAtTime to control the icon.
And whether or not to show time is based on isDueAtTime.
Unfortunately, when the page loads, every row shows the checkbox unchecked based on its default value.
On a different page that shows only one Action, all of this works beautifully, with the custom state value set in the Page is loaded event.
So what I’m looking for is an event for each row of a repeating group that’s something like Row is loaded, equivalent to Page is loaded.
It seems like I’ve done this before, but this is my first day back on the app after about a three month layoff and I’m just drawing a blank.
Help?