How Can I Pass Data from a Dynamic Collection to a Static Page?

Hello everyone! I’m currently working on a web app that fetches a dynamic collection of businesses sorted by distance from the user’s current location. The data is fetched from Xano and is constantly changing based on the user’s location when the user reloads the page. However, I’m having trouble figuring out how to pass this dynamic data to a static page for displaying it.

I’ve read that using dynamic and static collections together can help improve the app’s performance and SEO, but I’m not sure how to pass the data between them. Specifically, I’m looking for guidance on how to pass the business info data from the dynamic collection to a static page.

Does anyone have experience with this or know how to accomplish it? Any tips, suggestions, or resources would be greatly appreciated.

Thank you in advance for any help you can provide!

1 Like

My suggestion would be to have a static collection for the data on the page that won’t change, and a dynamic collection or API call in an on page load workflow for the dynamic data.

Would that make sense for your use-case?