Hello Everyone,
I am trying to insert a record which would be using the Write to Records or Write to Data Store Entity smart service to a table that has a trigger at the backend DB.
The trigger is for checking for the existence of a particular value in another table.
So in the second scenario if the ID is not found, will the write to records execute normally or would it give an error because of the trigger?
Discussion posts and replies are publicly visible
hi abhishekc2773 the Write to Records or Write to Data Store Entity smart service will give an error if the trigger prevents the insertion
Hi abhishekc2773 ,
Yes the node will error out. It will throw the following error.