Hello! We are having trouble to make a custom command work. We’ve developed a custom app in Opcenter Execution Foundation and now we are trying to call it on a mendix app, we download the xml of that app and it is readable, but when we try to call a command we have an error message that the command is malformed I’ll proceed to explain how we configure it. First, we create the JSON Structure according to the command structure: The command structure is the next one: The Export mapping for the JSON is the next one: After that, we create a button in the main page to create an object on click. At the entity we call the one related to the command, and we call a page. The page looks like this, its parameter is “InsertRegistroCustom_Command” The save button calls the next Nanoflow: The first step of the flow is the next microflow: The configuration of the create object action is the next one And the call command action is configured like this: After all those steps, we run the application and it gave us an error message when we want to call the command. We also tried to change the JSON structure like this: And the error message change to this one: The console show us the next call command error If anybody knows how to do it or another way to configure it, please let me know