I am having a terrible time trying to use an account attribute to define a variable.
Specifically, I am trying to create an ITSM ticket to have the manager of a non-employee certify that the account is still needed or not. There is an attribute on the non-employee account called duration that is the number of months that the manager initially requested for them. We would like to use that number to suggest a new end date. I thought I could pull the attribute with the following string $.getAccounts.accounts[?(@.sourceId==‘2c9180868019802901801f59b5ef1c7d’)].attributes.duration
Upon a workflow test this error repeats many times.
"errorMessage": "child workflow execution error (type: sp-child-workflow, workflowID: 5100308a-22c2-4be8-ba0c-cabd600fcb81-1, runID: 4b87f001-b68c-4921-b2e0-cd6b5eab112b, initiatedEventID: 23, startedEventID: 24): task failed: activity error (type: sp:internal:operator:mutative, scheduledEventID: 23
Thank you.
