
Control Integration
Control structures provide advanced workflow management capabilities within Monkedo automations. These structures include loops for repetitive operations, if-else conditional logic for decision-making processes, delays for workflow timing control, and termination mechanisms for automatically ending automation at specific stages.
Control enables users to create intelligent, dynamic workflows that can adapt to different conditions, handle complex logic, manage timing requirements, and gracefully exit when necessary. These control structures are essential for building sophisticated automation logic that goes beyond simple linear workflows.
Actions
Action components allow you to perform operations on the app.

Condition
Lets flow continue, stop or change path depending on given conditions.

Delay Until
Delays the execution of the next action by the specified date.

Delay
Delays the execution of the next action by the specified amount of time.

End Automation
Ends the automation with either a success or error status.

End Iteration
Ends the iteration and moves on with the flow.

Iterate List
Takes a list as input and provides each item one by one.

Iterate Table
Takes a table as input and provides each row one by one.

Collect
Collects items or rows in a list or table. This can be used in loops to collect iteration results.

Repeat
Takes a value as an input and outputs it as many times as the given count.
How to Use Control in Your Automations?
Monkedo provides built-in components to streamline your workflow automation process. To use Control in your automation and build seamless no-code workflows, follow these simple steps:
- Log in to your Monkedo account.
- Navigate to the Automation section and click on "Create Automation."
- In the left sidebar, explore component categories such as Triggers, Actions, Flow Control, Data Actions, and Browser Actions.
- Built-in components are organized under these categories. Select a category and use the search bar to find Control.
- Drag and drop the Control component into the editor area.
- Click the component to configure its settings in the right-hand panel.
Customize your automation by filling in the required fields and adding additional app components. Connect outputs to inputs between components to create a smooth and logical workflow. Need assistance? Watch our quick tutorial video here to get started faster!
Templates
Templates are pre-configured automations that you can use to get started quickly.

















