On Click Event is saving two records in the database table instead of one

the logic I coded in a submit button (On Click Event) is saving two records in the database. The logic is within a form. Any ideas about how to save the form data in the same record? Thanks for your help!

Hi @Jorge_Del_Bosque,

in order to update an existing object, you must pass its objectId along with other properties.
In your case, you should add another field to the second Create Object block and take the objectId of newMeetingItem variable as a value.

Regards,
Stanislaw

1 Like

That was so easy, thanks a lot!