Workflow Send HTTP Request Payload Variable

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shef
    Member
    • Jul 2018
    • 38

    Workflow Send HTTP Request Payload Variable

    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
    Code:
    {$assignedUser.userName}
    but it doesn't work. It is not replaced with the actual username when the request is done.
  • item
    Active Community Member
    • Mar 2017
    • 1476

    #2
    Hello,
    see https://forum.espocrm.com/forum/exte...st-beforevalue

    are your extention uptodate ?
    If you could give the project a star on GitHub. EspoCrm believe our work truly deserves more recognition. Thanks.​

    Comment

    • shef
      Member
      • Jul 2018
      • 38

      #3
      Thank you. I achieved it with Execute Formula Script action to assign the value to a variable and then used that variable in the payload.

      Comment

      Working...