Backfill name data from one column to another
Thu May 09 2024 13:24:16 GMT+0000 (Coordinated Universal Time)
Saved by @nishpod
Action log is a subform in Large Issue Staff_member_responsible is a lookup field dont use name since its a composite field, use something like email to match each record first - fetch email from ID in staff member - use it to find matching record in pod person and grab ID - feed the ID into the new lookup field
Comments