First of...thank you for even taking the time to read this!
We are on LSF 9.0.1.11, Using ProcessFlow Designer 9.0.1
I have an assign node where I would like to create an if/then/else statement to assign a value to a variable. My Assign node is configured as shown in the attached jpg file.
When the flow is executed I get below error:
Exception while evaluating expression: portalrole = if (QryPortalRole_PORTALROLE != 'emss.xml')
{
portalrole = QryPortalRole_PORTALROLE
}
else
{
portalrole = RQCDATA_outputData3
};
syntax error (threadScript#1)