HI all,
need to understand what is Instance variAble in adobe campaign
definition of Instance variable in adobe campaign in layman terms
the purpose of using instance avriable
Can someone please explain the same with example??
with workflow example
1.can we use instance variable declared in 1st workflow into any activity of 2nd workflow
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
The instance variables are comparable to global variables. They are shared by all activities in the same workflow.
Syntax: instance.vars.xxx
Example, In a workflow if you create an instance variable, you can call this variable in any other activities in the same workflow.
Views
Replies
Total Likes
The instance variables are comparable to global variables. They are shared by all activities in the same workflow.
Syntax: instance.vars.xxx
Example, In a workflow if you create an instance variable, you can call this variable in any other activities in the same workflow.
Views
Replies
Total Likes