Hi All,
I want to check if there is a way to define key-value in Adobe Campaign Workflow. I am using a static value in Query activity to filter the records and then again I use the same values in Split activity in the same workflow.
If in future those values changes, I don't want to go and modify in other activity so want to check if there is a common place holder for those kinds of values and I can use that in Query and split activity?
I want to keep those values available in the same workflow only.
Solved! Go to Solution.
Views
Replies
Total Likes
Hello @nitinkalra
You can use the instance variables for this.
Here is the syntax
instance.vars.VARIABLE_NAME="VALUE_HERE"
You can then use this instance variable anywhere in your workflow.
Hello @nitinkalra
You can use the instance variables for this.
Here is the syntax
instance.vars.VARIABLE_NAME="VALUE_HERE"
You can then use this instance variable anywhere in your workflow.
Thanks @_Manoj_Kumar_
Do you mean by defining it in Workflow>Properties->variables as a script ? Is there any other option as well like an activity that can be further linked to those activities which need these values.
Because If I define this in a script in properties then a new developer who is opening the workflow for the first time, may not know from where the value is coming.
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Likes
Replies