ACT NOW: The Alteryx team will be retiring support for Community account recovery and Community email-change requests Early 2026. Make sure to check your account preferences in my.alteryx.com to make sure you have filled out your security questions.
Learn more here
If Contains([Task],'CH') Then 'ABC'
ElseIf Contains([Task],'BA') Then 'BAC'
ElseIf !Contains([Task], 'CH') And !Contains([Task], 'LO') Then 'DDD'
Else Null()
EndIf