How to update/change only one item in a repeat table (F/E)

Hi all,

I have a repeat table that displays a lot of data per result. This is paginated and shows 25 results per page.

What I’d like to do is have an API call that returns more data change/update only that single item in the repeat.

For example, I’ll have a ‘no data’ row/column. Then when the call is made and successfully returns more data, I want to show the ‘data’ row/column only on that one record with that records new information only.

Any suggestions on the best way to achieve this? Would playing with $index or $key or $value handle this somehow?