Gmail::SendEmail([User's private Gmail account], thisRow.[Proposer's email], "Thanks! You've Given Us An Idea!!", Concatenate("You can revise and watch the progress of your idea ", thisRow.[Row Link], " here"))
Is there a way I can turn this into an automation that triggers when a new row is added to the table so I don’t have to come in and click the button manually?
You can mimic a “New Row Trigger” for automations using the Row-Changed automation trigger and having it listen to an editable column that inputs a value for new rows.
I go into the process in more detail here:
The then portion of your automation would be something like this:
RunActions(step1Result.[column with gmail button])
Let me know if you need any further help or clarification!
I’m not sure why it’s returning ‘Location’ for testing - that’s the label of one of the rows, but it doesn’t have the trigger text in the trigger column. . .
I don’t think it’s trying to trigger all buttons in the table, it’s just not showing the full selection, Here’s what the ‘push button’ action is calling
Hey @Scott_Collier-Weir - I did give you access.
Thanks for all your help! If I don’t hear back from you in a couple days, I’ll remove that permission. Appreciate you!