Is it possible to define key value in Adobe Campaign Workflow ? | Community
Skip to main content
January 26, 2021
Solved

Is it possible to define key value in Adobe Campaign Workflow ?

  • January 26, 2021
  • 1 reply
  • 2173 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Manoj_Kumar

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.

 

1 reply

Manoj_Kumar
Community Advisor
Manoj_KumarCommunity AdvisorAccepted solution
Community Advisor
January 26, 2021

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.

 

Manoj  | https://themartech.pro
January 26, 2021

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.