extended if() functionality
Hi,
I'm relatively new to Appian and came across a use of the if() function that didn't seem to fit with the online documentation and syntax. According to some more experienced developers it wasn't unusual, but I was disappointed not being able to figure it out on my own.
How would you all go about understanding a function use that didn't seem to match known syntax? Or help me read the syntax better:
if( condition, valueIfTrue, valueIfFalse )
showWhen: if(
local!status = cons!APPL_STS_OFF,
local!level= cons!APPL_LVL_THIS,
local!level = cons!APPL_LVL_THAT
)
