# Advanced recipe building

In this section, learn how to build complex workflows with advanced recipe logic.

# Manage the flow of your recipe with conditional logic

Use IF conditions to manage how your recipe runs depending on the situation.

# Work efficiently with list

Learn how to manage the list datatype in your recipe.

# Speed up recipes with batch processing

Increase the throughput of your recipes with Batch processing. Run recipes that handles batches of records at a time. The batch size depends on the specific action/trigger used.


Last updated: 4/30/2021, 5:43:52 PM