Data not changing in database

When I “make changes to a thing” it updates the change in the app. However, in the actual database for the app, the data doesn’t update.
So when the page is refreshed or a user leaves the app & comes back later, the data goes back to what it originally was before the change.

What is this issue & how can I solve it!?

Thanks for your help!!

Are you sure the thing has been passed or referenced properly in the workflow action? Try checking the debugger or screenshot your workflow and send it here

Are you sure you are making a change in Database, or just on a Custom State.

if in database, then make sure in another call you are not emptying out it. this normally happen when we Make change to a thing and leave some field blank, this will empty those field.