Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
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.
Solved! Go to Solution.
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
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