Hi there!
I am using Xano as my backend. I’d like to be able to make an API call once on page load, store it in the browser’s cache. The saved data I want to then use on this page with filtering in multiple lists.
Does anyone know if this is possible?
Sure that’s possible. It is easy.
-
Create a collection of the Xano data call.
-
Create a custom variable of datatype array. Make sure to check the ‘save in local storage’.
-
Create a workflow on page load with 2 steps:
- Fetch the xano collection
- Change the custom variable value to the fetched data.
Let me know if you need further assistance.