
I want to use Update() in a gallery table. However, when I do so, the line goes blank, and does not return. The CountRows() of the data does not change. I put in a sort toggle to 'pop' the data without doing a reload of the table source. The purpose is I have a lot of operations to perform quickly, and I do not want to to a full table refresh every time I update a single item. Patch() of the data does not erase the line. I would rather to an update. Its just cleaner.
Thoughts?
Thanks!
Hi @martinav :
The function of Update is to replace the original record with a new record. If you just want to update a record, then I suggest you use Patch.
Best Regards,
Bof