Hi!
I’ve seen it’s now possible to update multiple cells in Local Data source, by creating Objects.
But for updating only one specific cell, in a column that vary, do you have a simpler solution than below ? (the field in green is the one that should change).
Regards.
ioannis
November 11, 2025, 11:07am
2
Hi @dosantoss
For updating two boxes on one specific row, the field “values” should be connected to an object block and not a list.
Here is an example:
You can find more information in our doc here: Data Sources Blocks | Thunkable Docs
Thank you @ioannis !
I’ve already seen this topic, but what I’m concerned about is to update only one cell in one row, except the cell in the row can be in another column.
ioannis
November 11, 2025, 2:52pm
4
Hi @dosantoss
To update one cell in one row, you can use the update value in block:
The problem with this block is you can’t make the column change using a variable.
Is there any solution using the “Update row in” block?
ioannis
November 11, 2025, 3:36pm
6
Could you please explain what you mean by “column change”?
To set the column name dynamically, you could use the following block:
1 Like
Thanks to your post, I’ve found the solution!
Here it is, if of any help for others:
1 Like