Insert to database create empty record

Hi
I’m new to wappler and I’m very enthusiast.
I created a server action to add a new user to the database. The status when the form is submitted is 200 OK but it create an empty record to the database.
I then see this kid of error:

Why?
Thanks

These are warnings and not errors, they are not related to the issue you are having.
What have you selected as values in the server action Insert step?

Hi Teodor
thanks for your reply.

Are you sure the names of the form inputs on the page match the POST variables names?

I imported the form to create post variables

maybe could be a problem with create folder and upload steps?
But the status of submitted form is 200 OK

Can you provide a link to your page, where we can check this?

I’m working on local

When I upload the image to the folder /image of the project folder on server i receive an error of “invalid path”. So I chenge the upload folder to pernetdev/image, but the same error.

The path is wrong.
It should be just upload1.path without [0]

Also just leave the template field empty.

Can you provide a screenshot of your server action steps?

Do I need an htaccess file on the app folder on server?

When I click on path it automatically add 0

hm… are you using multi upload - i.e. uploading multiple files?
If yes, then you need a repeat step after the upload step.

Are you trying to upload multiple images or a single image?

single image

Well your screenshots show that you have selected Multiple somewhere, probably in the POST variable options. It should not be selected for single image upload.

that’s why the picker selects the path like that. When you turn off the multiple option, the picker will generated the right expression there.

I removed the [0] from the path but still not working