Baserow - Open source no-code database

PLEASE WE NEED TUTORIAL TO GET ROWS SIDE BY SIDE IN BASEROW
BECAUSE THEREIS TUTORIAL TO MAKE SIDE BY SIDE IN AIRTABLE
I HAVE 16000 ROWS AND APP CRASHING IF GET ALL ROWS AT SAME TIME
please

2 Likes

Sorry for the late replies . This error has been fixed. You can download from anywhere where version 4.1 is mentioned. (I’ve tested the extension on appinventor, i think it works on Kodular aswell).

This applies for BaserowOseamiya extension too. It has been mentioned here for users who need to use baserow extension of Sumit aswell.

2 Likes

You can use GetAllRows or GetColumn method with page more than 1 and size less than or equal to 200. For example, If you use page 2 and size 200 then you will get rows starting from 201 to 601.

1 Like

Which version of the extension are you using ? How many rows of data do you have in your table ? As replied by @Prem1 , I am not getting this error too.

2 Likes

Thank YOU :heart:

1 Like

You can also use GetAllRowsmethod to get all the column at once.

For example, if my table is something like this :

I can use values (which contains list of rows and each rows contains list of item) from GetAllRows and do like this :

Internally inside program GetColumn method use similar idea to fetch a particular column for you. That’s why I always suggest users to use GetAllRows method than GetColumn. That will help you to get all the column you need quickly and it save more responses.

1 Like

Why when get all rows application stop running , how to fix ?

Can you add something like that instead of fetching all the columns

When you fetch 16000 data directly then it will take 16000/200 = 80 responses time to get all data completely. Why are you fetching these no. of data at a time? Fetch data one by one as I replied here.

Also, What are you going to do with these much of data ? If you wanted to perform search operation or do any filters, you can use Filter block and send filter request to server than actually performing on the application.

If possible, you can send me aia.

1 Like

Why not use this method to get column you need @alrmailay ? Its just couple of blocks more.

1 Like

Ok i will send you the aia and i want to help me if you can

Hi , can you add (Creat column) on your extension if you add this feature will help me alot .

1 Like

I am testing different admin features for the next update. It will be available soon.

(Edit)
Succesfully tested :smile:
image

5 Likes

thank you so much , you such a great coder ever :heart::heart::heart::heart:

Please in next update
Add this block : - get table namd ID
Because sometimes I want to make a logic structure

If get baserow table name id - math = true
set call get all rows…

1 Like

No Data is coming in the 2nd variable. Is there anything wrong with this block

Try with latest version of the extension.

To anyone waiting for this update, My laptop is broken & being repaired in service center. So i am unable to provide the extension any sooner.

2 Likes

I use the extension version 4.1
FireShot Capture 004 - Kodular Creator - creator.kodular.io

I don’t have a proper device to check the issue for now…
Can anyone test and verify the issue??

You can use this method to get column for now…

1 Like