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.
Myself and few of my users have noticed that using the keyboard Tab key to move through fields in an expanded record has stopped working as expected.It appears to be moving through multiple elements before the next input and then there's no focus rin...
Could anyone advise on how to do this? I have a “Quote” record which is composed of its linked “Line Item” records.
In order to create a new version of a Quote I’m trying to create copy of the Quote, copies of all the Quote’s Line Items and set the n...
Any help on this issue would be really appreciated!
I’m making a simple app to create quotes. I’ve got everything up and running to edit fields with the <Input /> component and for anything other than text it works great e.g.
function updateRecord (q...
Not a question, just thought I’d share in case any rookie developers like me are struggling with laying out a custom app.
I’m having great success making various layouts for my components by utilising grid template areas via Styled Components - it’s ...
Glad that helped but you had me wondering how you would do this with a "Single line text" field instead.Best I could come up with was to use a Rollup, instead of a Lookup field, with the formula:ARRAYJOIN(values, "_")
Your best bet would be a SWITCH statement, rather than an IF (if you have more than a couple of options, or might in the future).The structure for a SWITCH is {something to test} and then pairs of outcomes and actions based on the {something to test}...
Airtable doesn't let you update a group of records in one go per se. Instead you update one record, multiple times for each item in a list. The update record action doesn't know its in a list, it just wants the id of a single record at a time. That's...
You should see something like the image below because your "Update record" action is inside of a "Repeat for each in list of records"This will repeat for each record in your records search