Update records issues

I don’t know if im getting something wrong, or its a bug

I have a server connect with database query displaying all data in a bs4 table, im sending clicked column data to a form for update.

When i click update button , the server connect form shows success notification, but the form is not updating, instead the form reloads with initial data that i was trying to update

Hi,
I have no problems with updates.
Could you please provide some more information?
What server type are you using? nodejs/PHP/ASP?
Screenshots of your server actions and update forms.
Maybe a URL to test on?
It is very hard to troubleshoot with the small amount of information you provided.:slight_smile:
Thank you.

here are the setup

update issue 101

Do you have all the $_POST variables in the server connect? I can only see operation and id.

Yes, all post variables are in server connect, im having issue with only the update action ,the insert action works fine

Ok, what if you tried to put the update action condition below the insert action condition? Now it seems like the update action condition is inside the insert action else condition. I think it should work as you are doing it right now, but just to be sure you have an issue with the update its something I would try. Then you can also disable the insert completely until the problem is found.