10,588
edits
Line 82: | Line 82: | ||
=== Change in behavior: Execute JS from rules === | === Change in behavior: Execute JS from rules === | ||
For advanced business logic scenarios, you have the option to [[Execute JavaScript from rules]]. Before this release, values | For advanced business logic scenarios, you have the option to [[Execute JavaScript from rules]]. Before this release, values returned from JSBridge were wrapped in an extra set of quotation marks (for example, <code>"123"</code> for numbers or <code>""text""</code> for strings). After the release, one pair of quotation marks is gone (<code>123</code>, <code>"text"</code>). If you're switching from an older version of JSBridge.js, please update your scripts. | ||
== Questionnaires == | == Questionnaires == |