Fetch all collections on current page

I have a dropdown in the top nav. When it is changed, I want an action to fire that refreshes all collections on the current page. The dropdown is present on multiple pages and each page has different collections. I could of course create some nested if() statements, but it would be much easier to maintain if there is some action to ‘refresh all collections on current page’.

Is this possible?

Thanks.

How many page do you have ? I can imagine a workflow where you will have a switch to trigger different “fetch in parallel” action depending of the page

@Alexis Only 3 pages right now so yes that is easily done. Its just that I’ll have to maintain it over time as I add/remove pages or collections. No worries I can do that. :slightly_smiling_face: