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

Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! 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

 

4 REPLIES 4
Fadel
23-Emerald I
(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
anursingh
Moderator
(To:TDT)

Hi @TDT,

 

I wanted to see if you got the help you needed.

If so, please mark the appropriate reply as the Accepted Solution. It will help other members who may have the same question.
Of course, if you have more to share on your issue, please pursue the conversation.  

 

Thanks,
Anurag 

Announcements
Top Tags