Use Case: Saving User Data
- User Form: The user fills out a form containing their username, email, and phone number.
- Save Record Action: When the user submits the form, the Save Record action is triggered and the form data is saved to the database.
- If the form data belongs to an existing user, the system updates the data in Update mode.
- If the user is new, the system adds a new record in Insert mode.