how to map workflow variables to json objects using the json tool ?
Confluence User - 18 Dec, 2016
I have used the JSON tool to map the data from a JSON url to the fields of a particular form. It is working fine as far as updating the form table is concerned. But adding the mapping for the workflow variable part of the JSON tool is throwing the following error:
java.lang.ClassCastException: [Ljava.lang.Object; cannot be cast to java.util.Map
at org.joget.apps.app.lib.JsonTool.getObjectFromMap_aroundBody18(JsonTool.java:157)
at org.joget.apps.app.lib.JsonTool.getObjectFromMap_aroundBody19$advice(JsonTool.java:94)
at org.joget.apps.app.lib.JsonTool.getObjectFromMap(JsonTool.java:1)
forms;plugins;process;json;tools