Hi,I need to modify the content of the Attribute property used by DG2 widgets to show/hide specific columns and apply a default filter based on custom login. I'm facing an issue because I don't know how to use the Mapping activity with this kind of JSON structure: "name": "MasterGrid", "schemaVersion": 3, "settingsHash": "2380297812", "columns": [ { "columnId": "0", "hidden": false }, ..... ], "columnFilters": [ [ "0", [ "contains", null, null ] ], The problem is that the columnFilters property has a nested array structure that seems incompatible with the Import Mapping activity. Do you have any suggestions or workarounds to handle this?
asked
Luca Muraca
2 answers
1
The weird thing is that Mendix is generating a JSON string that is not compatible with the JSON activity. :-)