Create Rows Not Working

Hi!

I’m not sure what i’m doing wrong, but after clicking the button to send the data (I tried G Sheets and Airtable) it doesn’t do anything, the data is not sent to the database, and it won’t navigate to the next screen as intended.

But if i remove the create row function, it works…

@mezonieto.diegoku5gi This is likely due to adding in the Get Date function into the Date value column. If the format of that block does not match what the data source is expecting, it’ll likely error out.

There are already some topics in the forum about this issue. I’d take a look at those to get started:
https://community.thunkable.com/search?q=create%20row%20date

Also to point out here, Airtable enforces a rate limit of 5 requests per second (per base) to ensure optimal user performance across all pricing tiers. Just creating this one row alone will exceed that. Additionally, there is a limit of 50 requests per second for all traffic from a given user or service account. So you will want to keep that in mind if you are accessing the base heavily

I have set the date format as date in airtable and sync it again in the project, but is doing the same, the row is not created, and it doesn’t move to the next screen.

Maybe you can help me check the project?

Stubborn App - Thunkable

When you run the blocks on web preview, could you open your browser console and let us know if you see an error message there?

You can find info on how to access your browser’s console here.

nevermind Matt, you were right, I was not considering I previously set the date format to Month Day, Year and was configuring airtable to MM/DD/YYYY, so its fixed, thanks a lot!

1 Like

@matt_conroy it’s happening again but I haven’t changed a thing and can’t figure out what’s going on.