Documentation Index
Fetch the complete documentation index at: https://primer.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Conditions
Conditions allow you to branch a workflow into multiple routes based on logic using values from previous blocks. This enables you to put a lot of intricate logic into one workflow. Read more about the Conditions Utility.
Split
Use this if you want to create branches based on percentage-based distribution, rather than logic. Read more about the Split Utility.