upsert count in relational table | Community
Skip to main content
Pradeep-Jaiswal
Level 5
February 6, 2026
Solved

upsert count in relational table

  • February 6, 2026
  • 1 reply
  • 15 views

is there a way to maintain upsert count in OCM table without getting this information from source ? This is just to track how many time a record was having upsert from the upstream system. relation table has version description but it expect that value from the upstream system. any way it can maintain internally based on number of time that row was upsert ?

Best answer by Tof_Jossic

@Pradeep-Jaiswal As far as I know and generally speaking, there is no built‑in “upsert counter per row”.
If you want that number, you must model and maintain this via your source system

1 reply

Tof_Jossic
Adobe Employee
Tof_JossicAdobe EmployeeAccepted solution
Adobe Employee
February 7, 2026

@Pradeep-Jaiswal As far as I know and generally speaking, there is no built‑in “upsert counter per row”.
If you want that number, you must model and maintain this via your source system