The Community will be undergoing maintenance from Friday February 21 - Friday, February 28 and will be "read only" during this time. To learn more, check out our Announcements blog post.
What is the proposed idea/solution?Airtable already allows barcode scanning in regular views, we need to make sure it works when a Form is being usedHow does is solve the user problems?It's intuitive for users that the feature would be available on t...
Hello,I have 2 tables that I need to relate. These is regarding components in the field that are declared not working.The Tables:Ticket table: End User tickets about stuff not workingField deployedThe tickets have 2 statuses either "Open" or "Closed"...
Hello,
I am trying to update linked fields but I am getting an error. I know updating linked fields is challenging in Airtable so I went for the scripting route.
Find my code below:
//grab info from TF inputs
let TFinputs = base.getTable("Fishel Inp...
Hello!
I need help updating my records with automation.
There are 2 tables:
one is a table that I use to create reports on the status of our Lights:
each location has an ID, say 1234 and associated barcodes like a light #, a controller # and a pole #...
Hello Everyone,
We have a QR code tenants can scan which will redirect them to a form to fill out.
We are not really fans of the fact the form is in a airtable.com/blabla website instead of one of ours.
The QR code is already printed and scattered ar...
Not sure if needed anymore but my solution is to check if the formula equaled 0 and write 0 as text instead of integer:IF([formula that could equal 0]=0,"0",[formula that could equal 0])
@ScottWorld Your response was hilarious, @Lucas_Tjahjadi Airtable does not have this feature anywhere, independent of your plan status. Mini Extensions is a different company that makes extensions for Airtable, you need to pay for their software.Che...
I am having the same issue and there does not seem to be a solution. Who would have thought updating values would be so difficult.
What is the value that a linked record is expecting?
Much Support, wow
here is my code for what I have gotten so far
//grab info from TF inputs
let TFinputs = base.getTable(“Fishel Inputs 2021”);
let TFview = TFinputs.getView(‘Update Leaf Lease’);
// grab record from previous input
let TFRecID = input....