Greeting folks!
I am trying to automate follow up emails when I complete a request in my Tracker.
My intended workflow is to send an email after I check a checkbox, then target the email data within that row as the recipient of my email automation.
My current failed automation looks like this
when:
- row changed
- select my table
- select column (follow up - this is a checkbox)
If
- step one result. completed = true
Then
- send gmail
- my account
- “this is where I am having problem” Instead of statically typing an email, I want to dynamically target the email of the relevant row.
my attempt… table.email.rowID()
Thanks for your Help!!!