Hi,
I have a data collection bound to an app variable currentDate
. Data are then displayed in a list view. When I change currentDate
it does not reload data. So added a logic to trigger get collection when currentDate
change but again the data are not reloaded. Only the default timeout will finally reload data with the new currentDate
. What am I doing wrong?
Hi there!
This seems like a bug with the app variable “changed” event on the data variable canvas.
As a quick fix you can move the entire logic to a page canvas instead.
Sorry about the inconvenience!
@Akseli_Virtanen I just got hit by the same problem. Any update on the fix to this bug? I can use the temp workaround you suggested, but eventually this issue should be addressed so it does not cause problem to future users. Thanks.