Is there a workflow event for every repeating group cell as they're loaded?

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.

image

An icon that toggles between unchecked checkbox and checked checkbox allows the user to show and set the time value.

image

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.
image

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?

1 Like

Following. I’m having a similar problem where cards (cells) in my player’s hands (repeating group) display the incorrect value when drawn, only to correct themselves after. I’m trying to find a way to implement a loading state or eliminate the display of incorrect info.

1 Like

(I diminished the severity of the issue by “pre-loading” the image data. There is now a repeating group on my page that contains the pictures of the front of each of 52 cards. The player’s hand Repeating Group refers to these images as a data source, rather than pointing at the DB. It has not eliminated the issue, but it has made things much faster.)

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.