Transaction Groups Execution Update Status

Hi All,

Can anyone help me out how to track update status of rows into DB after execution of Transaction Groups.

There some different ways you could go about doing this 1)You could Utilize the Database Query Browser in Ignition to directly query the target database table. After a Transaction Group executes, you can refresh the query or execute a new one to observe the updated or newly inserted rows.

  1. Within the Transaction Group configuration in the Designer, navigate to the "Status" tab. This tab displays metrics such as "Total Executions" and "Failed Executions," providing an overview of the group's activity and any errors encountered during database interaction.

  2. You could create advanced queries within the table that allow you to sort, fliter rows for updated rows.