I am new to Dynamo and i am still learning. I am looking for a formula (Looping) that can look like this:
if “X” is 125
if y > 150 then ="A",
if y < 130 then ="B",
if “X” is 160
if y > 200 then ="A",
if y < 180 then ="B",
if “X” is 250
if y > 430 then ="A",
if y < 280 then ="B",