Logic
Logic Wrk Actions evaluate conditions and comparisons so your Wrkflow can split onto different paths. Use them when the next path depends on a value or comparison.
What it is
These Wrk Actions run on Wrk's platform. They compare values or test conditions and return outcomes you use to route the Wrkflow.
Good for
- Splitting a Wrkflow when a field matches (or does not match) a condition
- Comparing values before calling an App Integration or AI step
- Validating content against a regex pattern as a comparison (match / no match)
What it does
- Evaluate condition: test values and produce a true/false (or equivalent) outcome for branching
- Compare content: compare values or match content against a regex pattern to choose a path
For iterating over lists or ranges, see Wrkflow Tools (loops). For reshaping, extracting, or replacing text without branching, see Data Manipulation.
Go deeper
Reference
Related concepts
- Data Library Items: how outputs from one Wrk Action feed the next
- Fields to Capture: extract specific values from Wrk Action outputs