I am not 100% sure if this is possible. I have a field which auto
populates from a choice made in a drop down menu. There are multiple
values of "Nullxxx" (Null001, Null002, Null003, etc.), plus other
values. I am looking to have this field value change to "N/A" rather
than the value of Nullxxx, anytime it sees "Null". If it doesn't see
Null, then I want the value to stay as it is imported.So I would assume
something like, If the field value contains "Null", then change to N/A,
Else do nothing. ...