# How to stop data that is grouped together from being saved by using commas in a database

**URL:** https://community.thunkable.com/t/how-to-stop-data-that-is-grouped-together-from-being-saved-by-using-commas-in-a-database/2742793
**Category:** Questions about Thunkable X
**Created:** [December 8, 2023, 3:14am UTC](https://community.thunkable.com/t/how-to-stop-data-that-is-grouped-together-from-being-saved-by-using-commas-in-a-database/2742793 "2023-12-08T03:14:08Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![nascentaa0obfo](https://avatars.discourse-cdn.com/v4/letter/n/f08c70/32.png) [@nascentaa0obfo](https://community.thunkable.com/u/nascentaa0obfo)
#### Post date: [December 8, 2023, 3:14am UTC](https://community.thunkable.com/t/how-to-stop-data-that-is-grouped-together-from-being-saved-by-using-commas-in-a-database/2742793/1 "2023-12-08T03:14:08Z")

</div>

I am trying to save data from a project into a database which requires me to have 3 separate fields for Month Day and Year. I need it to be separated with slashes but Thunkable automatically changes it into commas. Is there a code which can make this save with / in between the values.  
 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/f/0/f03b6dc5ad633d89f7b5e488cde687adbbe9df98.png)  
 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/7/3/7361914b3d9bcbefda1a6ea4f398a69fa540882a.png)

---

<div class="post-metadata">

### Author: ![tatiang](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/tatiang/32/55482_2.png) [@tatiang](https://community.thunkable.com/u/tatiang)
#### Post date: [December 8, 2023, 6:35am UTC](https://community.thunkable.com/t/how-to-stop-data-that-is-grouped-together-from-being-saved-by-using-commas-in-a-database/2742793/2 "2023-12-08T06:35:17Z")

</div>

Don’t use a list block. That makes a list which contains commas as delimiters. Instead, use the **join** block from the Text drawer.

Or you can use the list block **make text from list** and set the delimiter to nothing (“”).

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/0/f/0f59f292712368bce16ff80133ae10de8a6f27e8.png) [@system](https://community.thunkable.com/u/system)
#### Post date: [March 7, 2024, 6:35am UTC](https://community.thunkable.com/t/how-to-stop-data-that-is-grouped-together-from-being-saved-by-using-commas-in-a-database/2742793/3 "2024-03-07T06:35:23Z")

</div>

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