Post Data In Base Row Sheet

I wanted to know, How I can post my data in Baserow Api, I searched community first before posting but the posts can’t solve my problem, I use this guide to Post Data in BaseRow Sheets, But I Can’t,

My Json Text:

Blocks:

2 Likes

I used @Taifun Method :

https://puravidaapps.com/spreadsheet.php

But I got this error When response got:
Screenshot_2021_0128_155105

2 Likes

You need to post text in JSON format as well.Below image will help you.

1 Like

i enter my json file in the textbox to proceed, i also do this but can’t help

2 Likes

is data: part of your post string? if yes then you should remove it… the JSON string starts with {

Taifun

Now i used this


Error is there with new list error

2 Likes

remove one of the make a list blocks


Taifun

1 Like

Which One and I need to be join them with join block?

1 Like

Out of three Make a list block, first make a list block is really needed?

1 Like

After Doing That Another Error @Taifun
But i sets the authorization in headers.
Screenshot_2021_0128_231531

Screenshot_2021_0128_231508

1 Like

I am also use an api url https://api.baserow.io
but when i change it it changed the response also
https://api.baserow.io/api/database/rows/table/7679
How to use two or more url at one time in Web Component? @Taifun I can’t understand your guidance.

1 Like

any link to the documentation of that API?

it looks like your Authorization is incorrect…

Taifun

Yes, this is the link REST API documentation // Baserow
you need to create account before seeing your docs.

1 Like

it looks like I have to sign in to see the documentation
sorry, I will not do that
Taifun

i will give you the screen shots of mine. is it ok?

1 Like

Watch this and help me @Taifun

1 Like

you could try to replace the text Token by Bearer in the header and see, if that helps…
also you might want to post another screenshot of your relevant blocks…
Taifun

Not working yet.

Screenshot_2021_0129_001415

1 Like

sorry, I have no further idea…
Taifun

1 Like

First Use Postmen for API testing then implement same in kodular.