Send email with the push of a button | AppSheet Community Answers

Опубликовано: 21 Май 2026
на канале: MultiTech Visions
2,786
31

Answer to the following AppSheet community post:
https://community.appsheet.com/t/acti...

Deals with sending an automation notification after a record has it's status changed.
How to send an email by pushing an action?
How to manually trigger an automation?

The primary technique involves including a hidden column on your table:

[Automation_Trigger] - I know... not a very clever name. haha 😁

Column Settings:
TYPE
Text

VISIBILITY
Hidden

With these in place you can then:
a. use an action to set a value into this column
b. create a bot that's watching for this value in this column
c. the bot then clears the trigger (you have to remember to clear the trigger) and then does whatever


/////////////////////////////////////////////////////////////////////////////
/// SUPPORT THE CHANNEL
/////////////////////////////////////////////////////////////////////////////
//
// Answer Portal
// https://www.MultiTechVisions.com/answers
//
// Merch
// https://multitech-merch.creator-sprin...
//
/////////////////////////////////////////////////////////////////////////

For more information about MultiTech Visions, visit
www.MultiTechVisions.com

#CitizenDeveloper #AppSheet