How do I write the following below condition inside the If activity without using the word CurrentItem constantly.
What Iām doing currently
CurrentItem = 1 or CurrentItem = 2
For instance like If CurrentItem = (1,2) OR
For instance like If CurrentItem = [1,2] OR
For instance like If CurrentItem = {1,2}
What is the correct syntax format to do so. Coz none of what I tried is correct. Thx.