Condition work with Choice Column

​In the old version of condition doesn’t exist "Contain" function, also [Choice Column] == "value" doesn’t work. The "IndexOf" function can help to solve this issue. Solution: ​Function formula: IndexOf([Choice Column], "value") != -1 Example: There is a Status column in Task list, that is default Choice Column. We want the condition trigger a product, […]

Read More