How can I access the username field of the Assigned User of a lead in the payload field of Send HTTP Request?
I have tried
but it doesn't work. It is not replaced with the actual username when the request is done.
I have tried
Code:
{$assignedUser.userName}
Comment