Workflow condition to check Record Type on Created From field

Need a workflow condition to check if the created from field contains the string ‘purchase order’ but contains is not an available comparison type.

Is it possible to build a formula for this? Not even sure what the field ID would be since there’s no validation when building conditions.

Solution

Use the below formula to check the condition whether the created from field contains the string ‘purchase order’

LOWER({createdfrom}) LIKE ‘%purchase order%’

Leave a comment

Your email address will not be published. Required fields are marked *