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
Yes the node will error out because the SQL operation has not completed and returned an error. This will be passed back to process by the smart service