# Trying to figure out how workflows are being invoked

**URL:** https://community.weweb.io/t/trying-to-figure-out-how-workflows-are-being-invoked/21647
**Category:** Ask us anything
**Created:** [September 23, 2026, 8:51pm UTC](https://community.weweb.io/t/trying-to-figure-out-how-workflows-are-being-invoked/21647 "2026-09-23T20:51:56Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![SynopsisLabs](https://avatars.discourse-cdn.com/v4/letter/s/9dc877/32.png) [@SynopsisLabs](https://community.weweb.io/u/SynopsisLabs)
#### Post date: [September 23, 2026, 8:51pm UTC](https://community.weweb.io/t/trying-to-figure-out-how-workflows-are-being-invoked/21647/1 "2026-09-23T20:51:56Z")

</div>

### Hi,

I have a page that I am converting from polling my Xano table for updates to real-time. Once I got the real-time to work, I disabled the collection fetches both from the page and app but they are still being called and I can’t figure out from where.

[Video](https://screenrec.com/share/ePquLF0Hjx)

I’m even seeing a collection User Info that is not even included in any of the workflows being called.

Would appreciate any assistance.

Thanks

Steve

---

<div class="post-metadata">

### Author: ![Joyce](https://sea2.discourse-cdn.com/flex016/user_avatar/community.weweb.io/joyce/32/13232_2.png) [@Joyce](https://community.weweb.io/u/Joyce)
#### Post date: [September 24, 2026, 2:10pm UTC](https://community.weweb.io/t/trying-to-figure-out-how-workflows-are-being-invoked/21647/2 "2026-09-24T14:10:39Z")

</div>

Hey Steve,

Can you go to the `User info` collection and open the `Advanced` accordion inside the `Fetch data` step:

 ![CleanShot 2026-09-24 at 16.06.37@2x](https://us1.discourse-cdn.com/flex016/uploads/weweb/original/3X/e/c/ec784ef385986278e0710852483b21d3199aa115.jpeg)

If `Fetch this collection automatically` is enabled, it could explain why the collection is being fetched even when it’s not called in a workflow. You’ll find more info on how collections are loaded [here](https://docs.weweb.io/data/intro-to-collections.html#optimize-collection-load).

---

<div class="post-metadata">

### Author: ![SynopsisLabs](https://avatars.discourse-cdn.com/v4/letter/s/9dc877/32.png) [@SynopsisLabs](https://community.weweb.io/u/SynopsisLabs)
#### Post date: [September 24, 2026, 3:42pm UTC](https://community.weweb.io/t/trying-to-figure-out-how-workflows-are-being-invoked/21647/3 "2026-09-24T15:42:56Z")

</div>

Thanks. It’s always the simplest things!!
