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.
Summary:
I’m working on a basic sign up process.
I’m sending a POST request with the user’s UID to a table called “Sessions” to create a new record. I wish to have a certain value returned if that UID exists on another table called “Users”, and a dif...
Hi,
I’m trying to use the API encoder to find if a value exists using filterByFormula, and in response get a certain string if it exists and another string if it doesn’t.
This is where I’m at but it seems it’s not the direction
IF(FIND(“5z”,{Field 6...
Hi
I’m trying to send a POST request to Airtable with two properties: Name (String) and PostedBy (Lookup field).
I keep getting an error unless I remove PostedBy. A new row is created but it is empty.
My json looks like this:
{
"records": [
{
...
ScottWorld:
Lookup fields are not writeable fields. Their data is controlled by a linked record field, so try writing to the lookup field instead.
Thank you :slightly_smiling_face:
The idea is to create the connection between the new record ...