if field(“ZONE”) == “East” then field(“East”) elseif field(“ZONE”) == “West” then field(“West”) elseif field(“ZONE”) == “North” then field(“North”) elseif field(“ZONE”) == “South” then field(“South”) elseif field(“ZONE”) == “North & East” then field(“North & East”) else field(“South & East”) end
I am trying to map "Zone " custom list to "East " custom list but this is not working.