I only want to change the data in a particular cell of the table. What should I do?

After you get the row from the table, you can modify the data of the cell, and then use the updateRow() function to update the row in the Table.

thanks :slight_smile: