Question

Photo of Jonathan Carlson

0

Workflow - Set Person Attribute - possible to add instead of replace?

I've been working on a solution to add to someone's record attribute rather than replace the data currently there.  I have a multi-select attribute field in my personal attributes and would like to just add to it with the result of the workflow rather than replace what is there.  It doesn't seem possible right now to do this.  I tried a few SQL statements too but one of my biggest hangups is that when I try to call up the {{ Person }} field in my workflow using lava, it isn't calling up the person's Guid number but the person's name, and I don't know how to make the lava call up the person's Guid number.  Any suggestions?

  • Photo of Ken Roach

    1

    Hi Jonathan.  Did you get this sorted?

    Search for these terms

    {{ Workflow | Attribute:'Requester','RawValue' }}

    {{ Workflow.Requestor_unformatted }}

    in this doc: http://www.rockrms.com/Rock/BookContent/12/42

     

     

     

  • Photo of Arran France

    0

    Hey Jonathan, it'd be easiest if you could post up what you've already got so I can get a better feel for what you're trying to achieve.

  • Photo of Arran France

    0

    Did you get this sorted?

  • Photo of Jonathan Carlson

    0

    I did not get it figured out so I just did without it because I ran out of time to get it set up.  I ended up taking that part out and having people manually update the forms as needed.  If I have time I'll take another look at it and see if I can figure it out.  Thanks for the help!  Sorry it took so long to respond.