Skip to main content

Any way to get the ID of the original row before duplicating a table?

  • March 24, 2023
  • 0 replies
  • 14 views

Forum|alt.badge.img

There's Table T1 that has 3 rows:

 

R1 - ID: 8b71
R2 - ID: c132
R3 - ID: 90fa

I duplicate T1 and generate a new table `T1 -Copy`, but the IDs are now different. Is there any way to know the original ID from T1 using the API?