How is a Process constructed?
Referring back to the previous section, the Bot is the core of AppSheet Automation, as it defines the jobs you will automate. Roughly speaking, when the condition you set in the Event component is met, the Bot will run. Running the Bot means executing a Process – for instance, assuming you made a Schedule event, then the Bot will run once the time arrives. Whether you made the Event a Data change or Schedule event, the Bot is going to execute the Process you defined as far as the condition for the Event is satisfied.
Now, let’s discuss how to set up a Process in detail.
Steps for a Task or Data change action
A Bot will do a job for you and most importantly, this process is going to be automated. At the beginning of this chapter, we briefly explained what Automation can do, such as sending emails and creating new files automatically.
To achieve that, we need to set up a Process by configuring the Steps involved in that Process...