Expand my Community achievements bar.

The Community Ideas review for H1 2025 is out now, see which ideas our Product team prioritized and let us know your thoughts.

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

If Description = XYZ, Display XYZ

Avatar

Level 4
Hi All! Looking for some assistance to what I thought was simple as we've done it before, but just receiving the invalid expression pop up.. We want the custom field to say.. If "Task Description" = SL1, Display, "Project.SL1" (Project.SL1 is copying the data from project level) Trying, IF({Description}="SL1", "Project.SL1") IF({description} = "SL1", CONCAT({Project.SL1}, "") & have tried using the task level calculated fields for this, but that's not working either (CONCAT(Project.SL1))... Any ideas?? Thank you! Jordan Martinson LeaseTeam, Inc.
2 Replies

Avatar

Level 4
Got it! IF(CONTAINS("SL1",Description), CONCAT(Project.SL1), "") Jordan Martinson LeaseTeam, Inc.

Avatar

Employee
Yay! How did you end up figuring it out? Just trial and error?