I noticed that when I use my choice component to select a certain item, the corresponding info displays correctly and immediately.
But when I add an inline list to this screen, and use the relation column, it also displays the correct items, but only after the page is refreshed both on the editor as well as the phone app. I’m not sure what’s causing this delay?
I feel like I’ve seen a few posts now where the screen isn’t updating properly. If you attempt to scroll the screen, does it refresh? I’m starting to think there may be a bug.
It was driving me bananas earlier today. I had it happening in two separate apps.
But every time I tried to make a video, it would magically start working.
Go figure…
Hmm. That’s weird. Even after closing out the app and restarting several times it still has the old data until I scroll on the page.
So @Darren_Murphy, @Jeff_Hager, @Robert_Petitto : Is using a relation column as the source for the choice component ok? Or should I be using something different?
This is a “calculation” issue. I run into this a lot of times, my workaround is just to use multiple inline lists that show depending on the “choice”. But yeah, this is a bug.
Not sure if I word that right Bottom line is I used to face the same thing, it’s not a recent issue.
To be more specific about my use case, I used a “category” choice that writes to a user-specific column, then create a multiple relation based on that USC.
The Glide data view is correct, but somehow that “calculation” does not reflect on the screen, nor the left-hand side data view.
mmm, it’s been happening intermittently in a client app that I’m building at the moment.
The intermittent thing is the worst and most annoying part. Sometimes it works, and other times it doesn’t. And there seems to be no rhyme or reason to it.
I’ve been trying to capture it on a video so I can log a support ticket, but every time I see it not working and fire loom up, it starts working again
This one created with the help of @Darren_Murphy@Himaladin,the same thing Darren said,I found the problem when I choose the orientation as vertical,its updating in the table but updates when I scroll the screen,it works.
When I select Orientation as horizontal,it seems no problem.works perfectly.
There seems to be a state that doesn’t force the browser to refresh the screen unless it’s scrolled. I’ve tried changing values to sheets directly instead of using relations.