# Create row function

**URL:** https://community.thunkable.com/t/create-row-function/4107805
**Category:** Issues / Bugs
**Created:** [October 16, 2025, 6:15pm UTC](https://community.thunkable.com/t/create-row-function/4107805 "2025-10-16T18:15:12Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![justtreasurescdj5ps](https://avatars.discourse-cdn.com/v4/letter/j/53a042/32.png) [@justtreasurescdj5ps](https://community.thunkable.com/u/justtreasurescdj5ps)
#### Post date: [October 16, 2025, 6:15pm UTC](https://community.thunkable.com/t/create-row-function/4107805/1 "2025-10-16T18:15:12Z")

</div>

Hi,

There seems to be some type of issue with create a row. I have reviewed numerous posts and videos and this does not seem to be working. Is it because you have already referenced create row somewhere else. This seems straight forward but it keeps failing. Any ideas on why this is failing?

---

<div class="post-metadata">

### Author: ![steve\_synopsis](https://avatars.discourse-cdn.com/v4/letter/s/48db29/32.png) [@steve\_synopsis](https://community.thunkable.com/u/steve_synopsis)
#### Post date: [October 20, 2025, 5:34pm UTC](https://community.thunkable.com/t/create-row-function/4107805/2 "2025-10-20T17:34:50Z")

</div>

You need to give some more detail about what you are trying to do. Is this the built-in table, Google Sheets or other?

Showing your blocks may also help someone to troubleshoot.

---

<div class="post-metadata">

### Author: ![justtreasurescdj5ps](https://avatars.discourse-cdn.com/v4/letter/j/53a042/32.png) [@justtreasurescdj5ps](https://community.thunkable.com/u/justtreasurescdj5ps)
#### Post date: [October 21, 2025, 11:37pm UTC](https://community.thunkable.com/t/create-row-function/4107805/3 "2025-10-21T23:37:02Z")

</div>

I am not using create a row anymore I am now trying to use a WebAPI post and have not luck with the post as the API Documentation states there must be a record and fields. Is this correct? “records”: [ { “fields”: { “FirstName”: “Lucy”, “LastName”: “Weldon” } }, { “fields”: { “FirstName”: “Lucy”, “LastName”: “Weldon”

Why does it need to be two?

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [October 22, 2025, 9:43am UTC](https://community.thunkable.com/t/create-row-function/4107805/4 "2025-10-22T09:43:38Z")

</div>

Hi @justtreasurescdj5ps  
You can find more information about updating a data source via API call in our Docs: [https://docs.thunkable.com/getting-started/data-sources/data-sources-1#authorization-header-for-block](https://docs.thunkable.com/getting-started/data-sources/data-sources-1#authorization-header-for-block)
