Work Flow Email

Hello!

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.

Thanks in Advance

Huh? Did you mean to post this as a reply to another thread?

1 Like

Same problem as what?

Please provide more details. All we can gather is that there is some problem with sending emails. We will need to know:

  • what problem you are having
  • where this problem is occurring
  • what you have implemented so far
  • what specific changes you have tried to resolve it
1 Like

I’m sorry for the late reply,

I used this previous topic to start the conversation :

Error when sending an email - Google Cloud Community

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.

Bots cannot be triggered by a change to a virtual column; bot can only be triggered by the change in a normal–not virtual–column.