Few collections on a page with one API request

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.

  1. Create a collection of the Xano data call.

  2. Create a custom variable of datatype array. Make sure to check the ‘save in local storage’.
    Screenshot 2022-10-07 at 2.44.39 PM

  3. Create a workflow on page load with 2 steps:

Let me know if you need further assistance.

Thanks for the help