Join the Power Platform Masterclass #2 starting April 23

Releases/Autumn 2021: Difference between revisions

Jump to navigation Jump to search
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 return 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.
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 ==

Navigation menu