# Text Field is Auto-numbering?

**URL:** https://community.glideapps.com/t/text-field-is-auto-numbering/61699
**Category:** Ask for Help
**Created:** [May 12, 2023, 7:25pm UTC](https://community.glideapps.com/t/text-field-is-auto-numbering/61699 "2023-05-12T19:25:15Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![drascon](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/drascon/32/20070_2.png) [@drascon](https://community.glideapps.com/u/drascon)
#### Post date: [May 12, 2023, 7:25pm UTC](https://community.glideapps.com/t/text-field-is-auto-numbering/61699/1 "2023-05-12T19:25:15Z")

</div>

![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/4/5/45d8e208cb4c5cc8bc2c7928a6e491d0d8df2dbc.jpeg)

I’ve never seen Glide do this before and I can’t figure out how to manipulate my code to get it to stop: If you look at #9 on the builder, it’s the same as #1 in the Data Editor, but Glide is continuing the numbering on the list that I’ve created. Does anyone have any advice?

Thank you! 🙏

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [May 12, 2023, 7:32pm UTC](https://community.glideapps.com/t/text-field-is-auto-numbering/61699/2 "2023-05-12T19:32:46Z")

</div>

That’s how Markdown works.

This:

```auto
1. Item 1
2. Item 2
3. Item 3
1. Item 1

```

Translates to this (even in this forum):

1. Item 1
2. Item 2
3. Item 3
4. Item 1

Notice that your second set is still indented, as if it’s part of item 8.

It’s not something specific to Glide. If you split it into separate rich text components or add two carriage returns with text that isn’t numbered in between each set, it should work. HTML and Markdown are fickle beasts.

---

<div class="post-metadata">

### Author: ![drascon](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/drascon/32/20070_2.png) [@drascon](https://community.glideapps.com/u/drascon)
#### Post date: [May 12, 2023, 8:28pm UTC](https://community.glideapps.com/t/text-field-is-auto-numbering/61699/3 "2023-05-12T20:28:38Z")

</div>

Thanks Jeff! You always have the answers 💪 I ended up putting everything inside of a paragraph tag and it fixed itself.

---

<div class="post-metadata">

### Author: ![system](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/system/32/53398_2.png) [@system](https://community.glideapps.com/u/system)
#### Post date: [May 13, 2023, 8:28pm UTC](https://community.glideapps.com/t/text-field-is-auto-numbering/61699/4 "2023-05-13T20:28:42Z")

</div>

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.
