JamieOwens_Knig
5 years agoQrew Trainee
If Statement using Multi Select Fields
I have a tasks table where a user can pick a task from the task library (another table) and a library role field populates. However, they are also able to enter a new task with a new role. I've created a formula text field called Task Role to show the Library role or the new role, whichever is populated. But both fields are multi-select and it's giving me an error. Here is what I have for the the formula:
List (",",
If(Contains([Library - Role],""),[Select Task Role(s)]),[Library - Role])
Error is on the Select Task Role(s) field ... says expecting text but found text list.
------------------------------
Jamie Owens-Knight
------------------------------
List (",",
If(Contains([Library - Role],""),[Select Task Role(s)]),[Library - Role])
Error is on the Select Task Role(s) field ... says expecting text but found text list.
------------------------------
Jamie Owens-Knight
------------------------------