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 ...
It certainly looks correct, assuming you have a field called Company. Have you tried it and it didn't work or just checking first?One thing to know that hasn't come up yet is how you refer to fields in your Airtable table when writing formulae. If th...
It's hard to give exact instructions without seeing your base but hopefully I can point you in the right direction.Assuming your shifts are created ahead of time, and that there is no overlap on shifts for the same bar, one way to go about this would...
One I'm really proud of was a solution to colouring records consistently, without duplicate colours. We have a table of projects with lots of related tables like crew shifts and expenditure. In order to have one colour follow a project throughout the...
You're right to be confused. What you're dealing with here is one system (Airtable's formula field), creating instructions for another system (URL parameters), that can be used to provide information to a third system (Airtable forms). I only really ...