Was hoping to get help with an Arcade Calculator issue. I have two field names I am referencing and 4 possible outcomes to populate a new text field.
I have an integer field as well as a text field that is domain driven. The end result is a simple text return: (Pass, Fail, No Locate, Other).
If the number field = 1, and domain field = Full, then = Pass
If the number field = 1, and domain field = Dim, then = Fail... and so on.
Any Arcade wizards out there willing to help? I made a couple rough attempts, but am having trouble with referencing 2 different fields.
Thanks!