Skip to main content
3-Newcomer
September 20, 2023
Solved

Editing Data Table record

  • September 20, 2023
  • 1 reply
  • 863 views

I have data in a table (Datatable) and want to modify one record.

AddOrUpdateDataTableEntries service creates me a new record , instead of modifying the old one.

 

Best answer by Arun_C

Hi @RN_9356154 ,

 

Update in Datatable will work based on the Primary Key Field. Have you verified that both Values in Primary Key feild are same in updated input row and old row in table?

 

Thanks & Regards,

Arun C

1 reply

Arun_C16-PearlAnswer
16-Pearl
September 20, 2023

Hi @RN_9356154 ,

 

Update in Datatable will work based on the Primary Key Field. Have you verified that both Values in Primary Key feild are same in updated input row and old row in table?

 

Thanks & Regards,

Arun C