The Community will be temporarily unavailable starting on Friday February 28. We’ll be back as soon as we can! To learn more, check out our Announcements blog post.
I am trying to create new records via airtable.js,
when I try to create a new record in Link-to column with row-value (i.e. name - string not Record ID),
it does not work and reply
Class {error: “INVALID_RECORD_ID”, message: “Value “VALUE” is not a v...
Hi! Dear,
Would you please let me know is there anyway to have result record as (text)variables in Javascript ?
Image as:
//////////////////////////////////////////////////////////
function getData(){
base(‘New Playlists’).select({
filterByFormula: ‘...
Would anyone tell me how I should go over my trouble with Airtable api?
I would like pick up data from my table by curl with
“filter by formula”
i.e. filterByFormula: ‘(FIND(“0011”,Code))> 0)’,
it is OK with record which has only one data “0011” in ...
Thanks Tuur, you brought me out from the situation,
Now I tried
ARRAYJOIN({CodeID})
in the field of Airtable and it works well.
Thank you again Turr,
additional question.
is there any tutorial to handle these formula /url (in detail) on WEB?
('cause ...
Thanks Tuur !
I did now, remove ‘>0’from the formula, but the resulut is same.
it returns records with only “0011” but does not return records with “001100220033”…
(no problem on airtable filtering INCLUDE “0011”…
What do you mean "change the formul...