Update single column

I would like the number that is displayed in form1,label_1 to be inserted into table 'people’in the position where names = Brian and under column age

Hello!

Please follow the “asking a question” guide here. You may get a more complete response by following those tips.

The clone is appreciated but it’s usually clearer to show a code snippet of what you’ve tried and/or the error you’re getting. This makes it easier for folks to immediately jump in and help, without as much guessing.

1 Like

I am able to populate a data table one row at a time but I don’t know how to populate one specific entry
in the table.
ie. only put the answer which is displayed in label 1 int the table ‘people’ at the location age
I have added a button.
for more clarity (I hope) when the button is clicked table "people gets updated with the text in label_1 ie.8

https://anvil.works/build#clone:I2GCSKQXTYDOQE5J=N6DZTZEQ2KKMZ7GQCY4JRB7Z

Please see the documentation on row objects:

The forum also has posts on updating rows.

Let us know if that info is insufficient in some way.

2 Likes

Thanks
I’ll take a look
Appreciate the guidance

1 Like

Thank you very much Allan.
That was exactly what I was looking for.
Problem solved!

1 Like

My pleasure :pray:. Take care and good luck with your app!