Reset repeating group data after logging in

When users go my home page not logged in, I use a login popup.

After they login the popup goes away, but the repeating groups on my home page don’t get filled with data the user should see. My app is a single page App. I’ve implemented privacy rules to make sure that only users with the correct permission can view their own data. When I tab over to another view in a single page app, I am able to see the data from the other repeating groups. And if I refresh the page, I’m able to see all the data for all of the repeating groups.

Happy to run more details I’m sorry if this isn’t super clear!

@frequentish,

I don’t have the answer for you. I’m stuck on a similar challenge.

I have a repeating group of tasks with start times. I use conditional formatting to set the time font color to orange. Obviously, the tasks that should be orange changes over time, e.g. when a task should start at 3:00pm, and the current local time is 3:00:01, the color should change.

As it is now, nothing happens.

I tried a few things but nothing resets the rg.

Have you come up with a solution?