Creating Records in Table

Hi,

Problem Statement:
We are unable to store application information to a table using trigger logic.

Detailed Information:
Trying to store user information to a table using the below trigger logic.

But for some reason the information is not getting created/stored to the table.

Am I missing something in the trigger logic?

Hi Manoj, does a record with an ID of “1” already exist in the table? The record IDs must be unique, so there can only be one record with an ID of “1”.

1 Like

Hi Kevin,

Thanks for your response.

No, the table does not have a record with an ID of ‘1’.

In fact, the table is empty and does not have any values, PFB.

Thanks!