Hi Guys!
I'm trying to build a formula where I basically need to check if two conditions are true. One of these conditions is to check if a certain text from a line item exists in a separate list that I created.
Bringing it to a language that I know more (I'm new to anaplan) I would like something similar to
IF LineItem IN [Example 1, Example 2, Example 3] THEN
"ok" ELSE
"nok"
[Example 1, Example 2, Example 3] is my list.
Thanks!!