Fetch Collection Automatically Issue

I have a collection set to NOT be fetched automatically because I need to retrieve it only when I know a required parameter value for the backend endpoint. So I marked the collection as to be fetched manually.

For some strange reason, sometimes (not always) that collection is automatically fetched in the middle of a global workflow that has nothing to do with that collecttion at all. This happens randomly.

Look at the screenshots.


It throws an error stopping the workflow execution and my app.

How do I fix this?