I have a form tied to a sheet that tracks Name, Work Email, Hire Date and dates for various Safety Credentials. In this Source sheet, I have a formula to track if the person's Name entered into the form is unique. If it is unique, I have workflow that moves the entire row to a Destination sheet.
Everything works, except for columns on the Destination sheet with this formula:
=IFERROR(INDEX(COLLECT({HIRE DATE}, {NAME}, NAME@row, {HIRE DATE}, <>""), 1), "")
(Obviously, the HIRE DATE gets replaced with the appropriate name of a column).
Nothing appears in the Destination sheet for any column with this formula. The name and other columns are moved but the columns with this formula do not.