Hi all,
I have defined a data collection that has Fetch this collection automatically enabled and I’ve checked that Preserve on navigation is disabled. Whenever I enter a page where the data from the collection is used I see in the logs that it is not fetched and the dynamic fields where the data should appear display NaN. But when I edit the collection definition, the data is fetched correctly. Could someone help me understand what am I doing wrong?
Hi @luka,
sorry for the delay in reply. No, elements using the collection are not displayed conditionally. I came up with an idea ot load collection manually, but I restrained from it to first understand what am I doing wrong…
Ok, I’ve done this. And data from the collection is fetched and displayed in the expected component, even when I am navigating to pages of other items from the collection.
It works, I’ve checked earlier. Nevertheless, I am curious why in case of this collection it has to be fetched “manually” while others work as expected out of the box. Maybe the issue will be solved over time