Write Records Service showing inconsistent behavior

Certified Senior Developer

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

Parents Reply
  • 0
    Certified Senior Developer
    in reply to Stefan Helzle

    Hi Stefan,

    Here records updated are null, PV records updated is the output variable and pv!cmsworkflow is the input variable which we are populating.

    There are no source and default filters in record, trigger is present on table.

    Database entry is happening but in O/P variables it is not reflecting.

    Attaching the table values for that transaction.

Children