Skip to main content
1-Visitor
May 31, 2019
Solved

Modifying a Data Table entry

  • May 31, 2019
  • 2 replies
  • 4065 views

Hey guys,

 

I've been having a problem with modifying a data table entry, I've tried all Data Table services but none of them worked, not even the UpdateDataTableEntry, I don't want to delete it and create another one with the information modified as it does in AssignDataTableEntries.

 

Thank you

Best answer by tscur

Problem solved. My issue was that I was using to many keys and when I changed it, it wouldn't update, it would add another entry. Thank you!

2 replies

22-Sapphire I
June 3, 2019

What is happening when you try the Update or the AddOrUpdate services?

tscur1-VisitorAuthor
1-Visitor
June 3, 2019

Maybe I didn't understand the service correctly, but the input it asks is an info table values, what I did was inputting the new values of the row (even the ones that have to stay the same) to update only one field of the row I selected (in my grid). With the Add/Update it added another entry with almost the same field values but with the change I made. I don't want to redo all my infotable or delete/add the entry modified, I just want to change the field value of one entry.

tscur1-VisitorAuthorAnswer
1-Visitor
June 7, 2019

Problem solved. My issue was that I was using to many keys and when I changed it, it wouldn't update, it would add another entry. Thank you!

14-Alexandrite
June 7, 2019

Use Home mash up of data table where you can easily update any value in the table/Use addorupdatedatatableentry() service.

 

With regards

Yedukrishnan