For a dynamic picklist I want to specify the criteria to show "Active" and "Maintenance" but not "Completed." I've tried this multiple ways and none of it will work though it accepts the command.
I've tried:
Project_Status = "Active"
Project_Status == "Active"
Project_Status != "Completed"
I've even tried creating a decision box with "Active" and even that wouldn't work.
To test it I've even tried what has worked in other picklist criteria and even that isn't working. Is this some sort of bug?