hello all,
I am trying t write to a table using write records smart service.
The data is being written in DB table but I do not have the records updated captured in my output variables of node.
I am doing a single entry at a time and record has no relationship defined.
One thing to note here that we have configured triggers on this table which updates some columns for the same table.
We are using Postgres DB.
has anyone else experienced the same situation.
Node Configurations:
Discussion posts and replies are publicly visible
Hey kirang,
I also faced the same issues. You can over come this issue by querying the data and then using them in the process. That works fine,