ποΈ Overview
Every flow starts with a trigger β the event that tells AutoFlow, βItβs go time.β Whether a record changes inside BC or an external service pings your environment, the trigger is the entry point that spins up the flow and hands over the first set of values to work with.
ποΈ Global Insert
Use the Global Insert trigger whenever you want a flow to start the moment a new record lands in Business Central. It listens at the database level, so any insert that matches your configuration will spin up the flow, whether the record was created through the Business Central UI, an API call, or a background process.