I have an application that uses names type field. Due to reorganizations, the values in the names fields are no longer valid and I need to update them. My problem is I don’t know how to do that. If there is more than one value in the field, ie: Joe Smith, Jane Doe, how can I globally change only Joe Smith to another value. I would appreciate any help that’s offered. Thanks.
Subject: Flow
Read a doc. loop thru the names field. It is a multivalued field. Check current name against the $users view in nab and if form = “Person” replace with first value in the fullname field.
Save the doc and read the next doc.