Add User who triggered on People field

2 things:

  1. You probably don’t want to use the “Update Fields” action, and use the “Link” (In this case, “Assign People”) action to link the user. Update overwrites and doesn’t add the user.
  2. The Unlink action (Unassign) is much worse than the Linking action. See here: Unlink Automations to Reference Earlier Steps. Instead, you could update field and use a formula. Something like this: [Step 1 Database].Pin.Filter([Public Id] != [User who clicked Button].[Public Id])
2 Likes