Hi,
I’m trying to build something that shows me the total value of products in a basket that meet slightly fuzzy condition. I’m using utilities and Number to do this but it means I need to use 5 tasks to do something that feels like it could be done in one.
IF("{{119107523__output__Productso]Items}}"="Family Main WGA +Don","{{119107523__output__Productso]Values}}","")
Any thoughts on how I could do something a little more like an IF OR?