# Why does it create new row and not in the same row?

**URL:** https://community.glideapps.com/t/why-does-it-create-new-row-and-not-in-the-same-row/47227
**Category:** Ask for Help
**Created:** [August 19, 2022, 12:31pm UTC](https://community.glideapps.com/t/why-does-it-create-new-row-and-not-in-the-same-row/47227 "2022-08-19T12:31:54Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![prizal](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/prizal/32/46421_2.png) [@prizal](https://community.glideapps.com/u/prizal)
#### Post date: [August 19, 2022, 12:31pm UTC](https://community.glideapps.com/t/why-does-it-create-new-row-and-not-in-the-same-row/47227/1 "2022-08-19T12:31:54Z")

</div>

![capture](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/f/5/f5e6c9e4cd1167ddfdcc4fad488fd82c216e6bea.png)

I am from tab 1 and when I click, data will be written in a row --ok  
I will be transferred to tab 2 --ok  
In tab 2, I will press a button to record a time stamp–not ok  
problem is that I needed Ppilihan to be written in the same row with the time stamp, not in two separate rows.

How can I go around with this? 🫤

---

<div class="post-metadata">

### Author: ![Robert\_Petitto](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/robert_petitto/32/25193_2.png) [@Robert\_Petitto](https://community.glideapps.com/u/Robert_Petitto)
#### Post date: [August 19, 2022, 10:14pm UTC](https://community.glideapps.com/t/why-does-it-create-new-row-and-not-in-the-same-row/47227/2 "2022-08-19T22:14:48Z")

</div>

In tab 2, you don’t want an Add Row or Form. You’ll want to somehow reference the created row in tab 1 and use an Edit screen or a set column action.

---

<div class="post-metadata">

### Author: ![prizal](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/prizal/32/46421_2.png) [@prizal](https://community.glideapps.com/u/prizal)
#### Post date: [August 20, 2022, 12:16am UTC](https://community.glideapps.com/t/why-does-it-create-new-row-and-not-in-the-same-row/47227/3 "2022-08-20T00:16:33Z")

</div>

> [@Robert\_Petitto](#):
>
> Edit screen or a set column action.

where do I do this ?Edit screen or a set column action. In tab 1 or tab 2 ?

---

<div class="post-metadata">

### Author: ![DillanMartinez](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/dillanmartinez/32/46254_2.png) [@DillanMartinez](https://community.glideapps.com/u/DillanMartinez)
#### Post date: [August 20, 2022, 1:34am UTC](https://community.glideapps.com/t/why-does-it-create-new-row-and-not-in-the-same-row/47227/4 "2022-08-20T01:34:40Z")

</div>

Hello, if what you want is to change the data of a row by pressing a button, then you must use SET COLUM VALUES,  
if what you want is that pressing a button opens a list to edit the data then use the SHOW EDIT SCREEN action,  
If you need any additional help let me know.
