Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Conditional Link - return value always false
incognita
Hi
I have a global variable named ChangeSeq defined in my workflow.
I'm using a conditional link which should be traversed only if it's value is true, and i've written the below simple script for the same:
if("$IW_CV(ChangeSeq)"=="true")
{
true;
}
else {
false;
}
However, its ALWAYS returning a false value.
I also tried using the condition if("$IW_CV(ChangeSeq)")
But this doesnt work either.
Am i missing out on something here?
Find more posts tagged with
Comments
There are no comments yet