How to refresh a single Row of a table?

I run of REST API call that update a row in the DB.
Currently after API Call, I refresh the whole table but I would like to refresh only that row.

2 Likes

Hi @djm, and welcome to the forum!

There is no easy way to achieve this. Here's a potential solution where you would create a variable with the data of your API, and basically you would be updating the variable, rather than having to wait fofr your API call to refresh your whole table.

1 Like