Learning about Bot setup through a practical example
Using what we have learned so far, let’s create a new Bot using the sample app. These exercises will guide you through the creation of a Bot that will manage the most frequently used Task (Send an email) as well as invoke an Action from the Step.
Sending an email is one of the basic requirements many app creators seek to implement with AppSheet apps. It is often used when you call for actions by other app users, such as giving approvals to the document and applications or you just simply share information by sending mails, and for many other purposes, an automated email is used. When the Bot is run, an email attachment can automatically be created. File creation is another frequently used functionality within Automation. We will cover the Step to create an email attachment file – however, creating an attachment file is almost identical to the Create a new file Task type, so once we go through this exercise, you will...