Question

Photo of Michael Manning

0

WORKFLOW DATA REQUEST

I have a workflow form and one of the attributes is a multi-select field that is asking the user what campus they attended service at. Is there a way to take that information and have it fill in the campus on the users profile page that is created upon completing the form.

  • Photo of Brian Davis

    0

    As far as I know there isn't a specific action to do this, instead you need to update the Primary Family Group that is associated with the person.

    You can do this by using the Entity Property Set action with the setting of:
    Entity Type: Group
    Entity Id or Guid: {{Workflow | Attribute:'Person','Object' | Property:'PrimaryFamilyId' }}
    Property Name: CampusId
    Property Value : {{ Workflow | Attribute:'Campus','Id' }}

    I've included a summary of the Attributes and Action used to do this below:

    attributes.png

    UpdateCampus.png