Is this normal ? commented queries in insert database action panel

please check screenshot

Because im getting error message: on insert submit form… like this
{“code”:“23000”,“file”:"/home/thirukum/public_html/demo/dmxConnectLib/lib/db/Connection.php",“line”:108,“message”:“SQLSTATE[23000]: Integrity constraint violation: 1048 Column ‘CategoryName’ cannot be null”,“trace”:"#0 /home/thirukum/public_html/demo/dmxConnectLib/lib/db/Connection.php(108): PDOStatement->execute()\n#1 /home/thirukum/public_html/demo/dmxConnectLib/modules/dbupdater.php(38): lib\db\Connection->execute(‘INSERT INTO `ca…’, Array, false, ‘categories’)\n#2 /home/thirukum/public_html/demo/dmxConnectLib/lib/App.php(159): modules\dbupdater->insert(Object(stdClass), ‘addCategory’)\n#3 /home/thirukum/public_html/demo/dmxConnectLib/lib/App.php(128): lib\App->execSteps(Object(stdClass))\n#4 /home/thirukum/public_html/demo/dmxConnectLib/lib/App.php(98): lib\App->execSteps(Array)\n#5 /home/thirukum/public_html/demo/dmxConnectLib/lib/App.php(71): lib\App->exec(Object(stdClass))\n#6 /home/thirukum/public_html/demo/dmxConnect/api/ServerActions/addCategories.php(8): lib\App->define(Object(stdClass))\n#7 {main}"}

Yes, your screenshot is normal. Not sure what your error message means though.

Looks like CategoryName is empty/NULL.

But when i submit the form i can see the values in header…look at the screenshot. Variable name also same as the field name…

Make sure your form fields have a name as well as ID?