0
  1. Save a userID in a google sheet doc.
  2. Try to push a message in a chat with the userID (read from the doc) but instead of normal @AdamLol I see <@USERID123>. Can I somehow see the real name?
Ivan
  • 301
  • 4
  • 9

1 Answers1

0

Since at-handles can change, it's not recommended to rely on them. As such, you have three options in terms of output.

  • Name
  • Mention (user ID)
  • Email

Spreadsheet output from Workflow Builder

You can pick between these options by choosing from the dropdown beside the variable

Workflow Builder configuration for example above

Colm Doyle
  • 3,598
  • 1
  • 20
  • 22
  • Hi, yes, you are right. But name or email will not trigger a notification for the user. – Ivan Jun 22 '22 at 06:59