Announcement

Collapse
No announcement yet.

Workflow to trigger on link / link a specific entity and specific record

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Workflow to trigger on link / link a specific entity and specific record

    I have an Entity Account and Contact as an entity

    Lets say 2 Account (Account A & Account B) & Contact

    I want to trigger for Contact entity when a Specific Account (Account A) is linked with the contact
    So that i can update a field in the contact

    I tried using @relate.LINK_NAME or @relate.LINK_NAME.FOREIGN_ID
    Somehow its not working for me.

  • #2
    Hi kumaresan,

    Try to use these signals:
    • @relate.accounts.63fca10364f5d0727 - for Signal Start Event,
    • relate.Contact.{$id}.accounts.63fca10364f5d0727 - for Signal Intermediate Event (Catching).
    Don't forget to replace the 63fca10364f5d0727 with your Account ID.

    Comment

    Working...
    X