📄️ Overview
Essential actions are the building blocks you reach for in almost every flow. They are deliberately generic, so you can use them across a wide range of scenarios — from quick integrations to complex, multi-step automations.
📄️ HTTP Request
Use the HTTP Request step whenever your flow needs to call an external API, webhook, or web service. It’s the go-to action for integrations: fetch data from a partner system, push updates to a third-party app, or trigger downstream automation outside Business Central.
📄️ Error
Use the Error step to stop a flow intentionally and record the reason. It raises a runtime error with the message you configure; the flow ends, and the message is written to the execution log.