Pranav C
Pranav C
@Entmatix: thanks for confirming it, we will make it part of our next release.
Noticed 2 problems 1. You have whitespace in `First Name`([ Noticed in shared image](https://i.imgur.com/HLER9aZ.png)) so the `"{{ data.FirstName }}"` should be something like `"{{ data.[First Name] }}"` or `{{#with [data]}}"{{...
> Thanks for the reply @pranavxc. I have updated the whitespace as you recommended and used the expanded form to insert the data. Unfortunately, when looking at the NocoDB logs...
@3699n : Yes it looks wrong, can you share your project info? ([How to get project info](https://docs.nocodb.com/faqs/#how-to-check-my-project-info-) or [video](https://www.youtube.com/watch?v=AUSNN-RCwhE) ) Noticed 2 bugs 1. Data payload is wrong(missing fields) 2....
@3699n Thanks for sharing the details.
@3699n : Are the tables imported from Airtable?
Thanks for confirming, I've fixed the issue in the following PR #4120. Can you confirm it by using the executable/docker build of the PR from the following - https://github.com/nocodb/nocodb/commit/77bd3c61282c8687e88b09e6da25dc7a1950bab1#comments .
> This resolves the issue! Both `{{json data}}` and the original handlebars schema return the corrrect data with the fields filled in: > > ``` > { > "firstName": "{{...
> Got the following error with below config when visiting Film Table. Without setting them, the error is not shown. > > ``` > DB_QUERY_LIMIT_DEFAULT=5000 > DB_QUERY_LIMIT_MAX=5250 > ``` >...
In the URL there is no need for `.exe` extension so you can update the URL and use `https://nocodb.com/release/win-x64`. Anyways I will do it in a way such that it...