Question

Photo of Jeff Surcess

0

Connections Workflows - Entity object seems to be missing Placement Group

Hi,

I have a Connections workflow that is triggered by the "Placement Group Assigned" event.  The requester workflow attribute is assiged as expected from the {{ Entity.PersonAlias.Guid }} object but the Placement Group attribute (of "Group" type) remains blank after assigning from the {{ Entity.AssignedGroup.Guid }} object during the same workflow activity.  The Requester is definitely being placed in the group during the Connect action that triggers the workflow, but for some reason there's just no data in that group reference.

Is there a way to output a debug of the entire Entity object to see what's there and what's missing?

Documentation ref: https://community.rockrms.com/documentation/bookcontent/39/237#connectionworkflows

I'm testing on v12.8

Thanks so much!

Jeff Surcess


  • Photo of Jeff Surcess

    0

    Hi all,

    The solution is unexpected but in the workflow action where I "Attribute Set from Entity" the "Use Id instead of Guid" must be set to "Yes" even though the variable I'm using is Entity.AssignedGroup.Guid for the Lava Template.

    I don't know why it works, but it does.

    Cheers,

    Jeff Surcess