Hey Community,
I am trying to figure out Monday.com’s logic functions and was wondering if anyone had some ideas of how I might condense down the following into monday’s format.
I wish to condense 4 colums into one by using an if statement but im not sure how to add multiple variables to the if statement.
I am used to writing something like this in the following order.
IF{ItemVariable} = {“Label A”} or {“Label B”}:
print(number C * number D)
Else:
Print(“Non compliant Label”)
However I’m not to sure how I can tell monday to check multiple item variables. Guessing there isn’t a way to check through a list of item variables.
Any help would be greatly appreciated.