I’m having the same problem but in my case the virtual column doesn’t work,
It’s very weird because was perfectly working but it stoped randomly.I also tried different formulas, and I switch in to the table from “email” to “text” but nothing changed.
Basically I’m trying to create a BOT where for a condition in a different table I have a workflow for sending an email.
I used the formula ANY(SELECT()) for choosing the specific email .
I think the problem is that you can’t use a condition from another table for starting the process.
In my case I have an action button where I change a value in a column, my idea was to use that event to start the process, but apparently the system didn’t recognize the work flow.
I start to trigger the event in the same table and I don’t have any issues.