Set temporary variable in workflow
under review
C
Clifford Paulick
I want to set a variable like this:
- if has tag "X", set var1 to "Xavier"
- if has tag "Y", set var1 to "Yancy"
Then both GoTo a step that creates/updates an Opportunity and the opportunity source = var1
Log In
C
Charles Gucker
In workflow automations, I set custom variables within automations to set custom values that I then use in messaging. In isolation, this works well, but when multiple triggers are running at the same time, these custom values can cause data collisions because workflow trigger one runs, updates value, continues through the workflow. Workflow trigger two runs, updates value before workflow trigger one completes, tigger one then uses the value from tigger two and not one as intended in SMS message.
I believe this could be accomplished by adding a check box in the workflow automation for the Update Custom Value as temporary and keep the value in memory for the workflow operation and then discard it without saving it.
Core Platform
under review