The community will undergo maintenance on October 16th at 10:00 PM PDT and will be unavailable for up to one hour.
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