Recipe Condition Expression
data class RecipeConditionExpression(val condition: String, val targetColumn: String, val value: String? = null)
Condition expressions applied to the step action
Condition expressions applied to the step action