Hey Makers,
I have users in a CRM with an ID “user_123” and the CRM only works with this ID. Now I need an easy solution for working with the clear name of the user and the id together.
Sample usecases:
- New Calendly appointment with user “John Doe” → Get make to know John Doe as “user_123” and assign the lead to him.
- “user_123” won a deal and create a new Slack message with “John Doe won a deal”
I know, that I can make a google sheet and lookup the userid, get the name and vice versa. But isn’t there a less task hungry possibility? If I have 50 workflows with users involved, I had to create this lookup sequence in every workflow?
I know, that there should be an easier approach.
Need some help here.