cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X

Translate the entire conversation x

What is the use of Record Variable Changes property in Workflow?

TDT
15-Moonstone
15-Moonstone

What is the use of Record Variable Changes property in Workflow?

What is the use of Record Variable Changes property in Workflow?

 

TDT_0-1759504706442.png

 

3 REPLIES 3
Fadel
22-Sapphire III
(To:TDT)

Record variable changes Saves the variable values entered by an individual assignee in the activity.
This applies only to variables that are displayed in an activity and are editable by an assignee for the activity.
These values are captured during workflow execution for each activity instance and for every time the activity is executed

 

Fede
TDT
15-Moonstone
15-Moonstone
(To:Fadel)

@Fadel , Thanks for the Info.

Let’s say I have an activity with a workflow variable called Special Instructions.

I also have a notification robot that uses the value of this Special Instructions variable.

The activity is configured with Record Variable Changes, which saves the variable values entered individually by each assignee.

In this scenario, Which value will the notification robot use for Special Instructions?

If I follow, I think you're saying the scenario is that there are multiple participants completing the task, and each one might update the Special Instructions on their specific task?

 

I would think that when the activity is completed, the final Special Instructions would get copied to corresponding the workflow variable, to be used downstream. 

 

If you want to get all the Special Instructions entered by each participant, you could consider trying something like:

  • Add a separate workflow-level variable: allSpecialInstructions
  • On the Transitions tab, add logic to the "Complete Task" transition to append the Special Instructions variable to the workflow's allSpecialInstructions variable. Maybe add a line break if Special Instructions is not null.
  • Then you could use the allSpecialInstructions variable downstream.
  • Test it out though.. I'm not sure if it would work
Announcements

Top Tags