Hey,Airtable upgraded this community forums, but I do not find any navigation now. Is it a plain, long list of posts?!I really loved the product update posts, but they seem to be gone, or hard to find. Am I missing something?
Hi!I have this small test function to reproduce my issue:```IF(AND(5=6,LOWER(50)), 'ok', 'not ok')```Normally I would expect this to output "not ok", but it gives an error. The AND operation does not stop after the first mismatch. Usualy in programmi...
I already reported this on the github javascript library, but I think more core developers might see it here as well.
I want to filter the results of the airtable rest api based on the field ID using the filterByFormular parameter. The reason for tha...
Im aware that lower does not accept and integer as parameter. It is just a simple example to reproduce the issue. Think of it that I am checking if it is an int in the first and condition. That is the usual way to do it in code. To me this seems like...
No, I mean the field ids for the filterbyformular parameter (okay, I wrote “sort”, which was wrong):
Airtable
Airtable | Everyone's app platform
Airtable is a low-code platform for building collaborative apps. Customi...
This is so nice to see! Will it also be possible to filter records by id now? I mean the filter parameter:
Airtable
Airtable | Everyone's app platform
Airtable is a low-code platform for building collaborative apps. C...
I also just realized, that it is impossible to generate a timezone aware datetime with DATETIME_PARSE().
Here is my usecase:
I want to find out the start of the current week (including time). I usually do this via:
DATEADD(TODAY(),-DATETIME_FORMAT(TO...