无网络连接
  1. Home
  2. Questions

JsonValue inline function using DOT notation within Case Action to access a json object

作者:@matty
    2023-01-17 20:02:47.312Z

    Hi I am on version 5.0.900,

    I was previously on a pre release version but had to revert to the latest stable release.

    I have an automation that uses case actions and this version does not seem to be able to process Dot notation (within the JsonValue inline function) to access a json object: %func%:JsonValue(%clientinfo%,tminfo.ONLINE)

    {
    "tminfo":{
    "ONLINE":"False",
    "CREATED_BY":"SFONG",
    "BILL_NUMBER":"Q1111111",
    "DB":"CA",
    "DETAIL_LINE_ID":3757719,
    "CALLEMAIL":"email@GMAIL.COM",
    "CLIENT_ID":"CLIENTID",
    "SALES_REP":"",
    "BILL_CUSTOMER":"",
    "BILL_SALES_REP":""
    }
    }

    I was pretty sure this was working in one of the pre-releases but am now not sure.

    Thanks,

    Matt

    在帖子#中已解决2,点击查看
    • 1 回复
    1. M
      @matty
        2023-01-18 17:23:57.909Z

        Ah I had another look...I think it's because I'm missing the capital..."False" vs "false"...my bad

        回复解决方案