I’m clearing a Google sheet of old data to initialize it. I have the clearSheet step initiated by the start trigger (nightly cron job), and there are 2 other steps of the workflow initiated in parallel (clearing the Retool DB table and the steps to fetch the data).
I get a Missing dependences error in the block. If I click Connect, it tries to connect to another block from the workflow (not the startTrigger). There shouldn't be any dependencies, the spreadsheet ID is hardcoded as a string.
After many successful automated workflow runs, this block automatically disconnects itself from the startTrigger and the workflow breaks (without me changing anything).
Is this a bug, or what’s going on here?
