The "data set" entry in the "save data" action only shows the "whole form data" option. When I update a record, the database is not updated. I have to leave the "data set" empty and then the database gets updated.
Unfortunately, simply updating the form in the admin causes the "data set" entry to be automatically filled in with "whole form data" again.
What can I put instead of "whole form data"?
Unfortunately, simply updating the form in the admin causes the "data set" entry to be automatically filled in with "whole form data" again.
What can I put instead of "whole form data"?
You can replace the Whole form data with the equivalent {data:}. If you are using model names to organize your data you can get all fields inside of a model using {data:model}. Inside of a model you can access individual fields using {data:model.field}. If you are not using model classifiers simply use {data:field}.
You need to login to be able to post a reply.