This topic is locked and no more replies can be posted.
Update Records
Update action modifies all records instead of a single target.
Overview
The issue occurs when the form's update logic lacks a proper unique identifier to target a specific database record.
Ensure your form includes a hidden field containing the record's unique ID and configure the database action to use this ID in its WHERE clause for precise updates.
