Hi Experts,
I have a scenario where an Incoming Webhook is used as the trigger in a Project Automation rule. The webhook payload contains custom data, from which I am able to retrieve the user’s email address.
However, when I use this email address as a smart value in the Assignee field, it fails and shows an error.
Could you please suggest how I can set a User Picker field or the Assignee field using an email address?
You would need to story the email address in variable.
Then sent a web request with an url encode on the variable to get the account ID.
Then you can use the smart value {{webResponse.body.accountId}}, to set the reporter, assignee or any user picker field.
Example, I created a variable called EMAIL
Thanks @Marc -Devoteam- I was thinking for a solution without a web request.
When we update assignee via CSV using email address it works
But not working in project automation.
Thanks Marc!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.