I have page which runs an on load workflow which fetches 3 collections. However, in the log I see that there are 8 collections that are run, one of which, getOpenOrders, is used to provide data for a dropdown box.
For the life of me, I cannot figure out what is calling the other collections. Where else could collections get called with no page interaction other than page load?
Since you’re fetching collections on page load, I’m guessing you know this already but, if a collection is used on the page and `Fetch this collection automatically` is enabled for this collection, it will be fetched on page load even if it’s used in a dropdown.
Is `Fetch this collection automatically` disabled on the 8 collections you mentioned?