BPM - User task - Name (available placeholders)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • stk
    Junior Member
    • Feb 2023
    • 10

    BPM - User task - Name (available placeholders)

    Hello all,

    i need quick help...

    In the flowchart, I want the Name of a User task (which appears under notifications) to contain the Name of the Lead which the process is about.

    This is the info from Espocrm documentation.

    You can use placeholders in Name and Instructions fields:
    • {$attribute} – attribute of target record
    • {$$variable} – process variable (defined by Script Task)
    ​Can someone please help me figuring out what to write in that field?
    I feel like I tried it all

    Kind regards..
  • rabii
    Active Community Member
    • Jun 2016
    • 1250

    #2
    Hey if the target entity passed to the User task is Lead, then just add {$name} if the name field of the User Task Process and it will show the lead name. see attached screenshot.
    Attached Files
    Rabii
    Web Dev

    Comment

    • stk
      Junior Member
      • Feb 2023
      • 10

      #3
      Thanks a lot!

      Comment

      Working...