Join Slack
Powered by
And the reason my workflow script was not executin...
# suiteflow
l
larry
04/04/2018, 3:09 PM
And the reason my workflow script was not executing? I fetched entitystatus using record.getValue, and attempted to use
===
to compare it with an integer. Apparently, getValue does not return numbers in this context. Or something. Changed it to the coercive
==
and things started working.
10
Views
Open in Slack
Previous
Next