Having problem when trying to create table record ("The types ID and Statement do not accept values.") Hello all,So I’m getting an error message when I try to create a table record on a certain database I’m using the same Generator I use for various other integrations but both through the normal API and and the GraphiQL tool it gives me: { "data": { "createTableRecord": null }, "errors": [ { "message": "The types ID and Statement do not accept values.", "locations": [ { "line": 17, "column": 11 } ], "path": [ "createTableRecord" ], "code": 30000, "type": "PipefyRuntimeError" } ]} The graphQL message I’m sending is this:mutation{ createTableRecord( input: { table_id: {DB_ID}, title: "Sync", due_date: "2020-0