i want to fetch three tables from Xano and store each in a seperate object variable.
Which are in my case “xgetCategoriesSaved”, “xgetProductsSaved” & “xgetSubcategoriesSaved”.
All those variables will be fetched on page load at a certain page, so i dont need to fetch every time if a user is viewing a product.
What i did is creating a workflow like this:
I was even trying to make it without the fetching first, just a change variable and adding the source as the fetch. But both ways seems not to work. The variables contain empty.
Even in the published version its not working, but the funny thing is that it happen suddenly.
I am not sure what WeWeb is doing out there, but if you dont want people to work and use your tool, you can just announce it.
In the other case you can as well announce that you are working on something.
Even some of my changes are suddenly reset, crazy.
There is something wrong. And i am sure that it was working before, as well other workflows not working anymore correctly. Even if i publish to production.
Update:
I found it, for my needs i really need to fetch first on app load the collections i need, and than i can do it on page load.
That works.