Legacy Dev Forum Posts

 View Only

Sign Up

  • 1.  Couple of recent changes

    Posted 06-05-2025 18:45

    Jason_Mathison | 2024-03-19 15:14:47 UTC | #1

    The change for ignoring null input values has gone live: https://developer.genesys.cloud/forum/t/data-actions-will-ignore-null-input-values/24440

    There is now a $esc.jsonDecode() method to allow you to unescape a json escaped string into json without having to do a bunch of string search and replacements. https://help.mypurecloud.com/articles/velocity-macros-data-actions/#esc-json-decode

    $esc.jsonEncode() was added to have the same sort of name as $esc.jsonDecode(). This velocity macro is identical to the existing $esc.jsonString(), with no plans to remove the old macro. https://help.mypurecloud.com/articles/velocity-macros-data-actions/#jsonString

    --Jason


    system | 2024-04-19 15:15:03 UTC | #2

    This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.


    This post was migrated from the old Developer Forum.

    ref: 25280