Skip to main content

Automation tests are successful, but it's not working when switched on


I’m recording sales orders by scanning barcodes of the products that are being sold. For eg: if I’m selling product A, I’d scan the barcode from my phone using the Airtable app and the barcode field would be populated.


Now, my aim is to automatically populate linked records using automation.


Check the image below, I have 2 tables - Inventory (test) and Sales Orders (test). I have scanned the barcodes of the actual products to record inventory in Inventory (test). You can see 10 units of each product with unique barcodes.


Now, let’s check the Sales Order table in the image below,


You can see that the Inventory (test) is linked to the Sales Order (test). So, when I scan the barcode from my phone of an item sold, the automation will be triggered and update the barcode in the linked record.


The images below are of automation,



The trigger would be “when a record is created” in sales order (test)



Action would be “Update the record” based on the record Id from step 1 and update the “Inventory test” field which is linked to Inventory Test.


Now check the below image once again,



record on 4th April was created while testing the automation and it was successful. You can see it was able to fetch the barcode to the linked record.

2nd record was created after turning on the automation and you can see the barcode data was not fetched from the barcode field.


Can someone help me, where did I go wrong? Also, suggest a better way to do this without having manually selected records from the linked table.

7 replies

ScottWorld
Forum|alt.badge.img+20
  • Brainy
  • 8711 replies
  • April 4, 2022

You would need to use a different trigger. The trigger you are currently using triggers when the record is created, meaning that it triggers while the record is still blank.


  • Author
  • Participating Frequently
  • 8 replies
  • April 4, 2022
ScottWorld wrote:

You would need to use a different trigger. The trigger you are currently using triggers when the record is created, meaning that it triggers while the record is still blank.


But, the record was blank. I switched on the automation and then created the new record and the automation still didn’t run.


ScottWorld
Forum|alt.badge.img+20
  • Brainy
  • 8711 replies
  • April 4, 2022
Dhaval_Gorasia wrote:

But, the record was blank. I switched on the automation and then created the new record and the automation still didn’t run.


Right, you’re trying to update a blank record with blank information.


In your case, I would probably recommend adding a checkbox field when you’re ready to copy the data, and use that checkbox field as your trigger. Change your trigger to “when a record matches conditions”, and then choose the condition of the checkbox field being checked.


  • Author
  • Participating Frequently
  • 8 replies
  • April 4, 2022
ScottWorld wrote:

Right, you’re trying to update a blank record with blank information.


In your case, I would probably recommend adding a checkbox field when you’re ready to copy the data, and use that checkbox field as your trigger. Change your trigger to “when a record matches conditions”, and then choose the condition of the checkbox field being checked.


Tried that, still no luck

😒



  • Author
  • Participating Frequently
  • 8 replies
  • April 4, 2022
ScottWorld wrote:

Right, you’re trying to update a blank record with blank information.


In your case, I would probably recommend adding a checkbox field when you’re ready to copy the data, and use that checkbox field as your trigger. Change your trigger to “when a record matches conditions”, and then choose the condition of the checkbox field being checked.


test result as always successful but no luck after turning it on


  • Inspiring
  • 326 replies
  • April 4, 2022
Dhaval_Gorasia wrote:

test result as always successful but no luck after turning it on


Scotts suggestion should work. Did you uncheck and then check the box on that record? You have to reset the internal status of that record if you have it checked coming out of the automation testing.


You could also just change your trigger to look for “barcode not empty AND Attachments empty”? That way however or whenever barcode shows up, the automation will try to populate Attachments.


I’ll warn you that this is a brittle solution, in that you can’t type in a barcode manually and get it to work.


  • Author
  • Participating Frequently
  • 8 replies
  • April 4, 2022

Tried, but still no results. Is there a way to share a screen recording? I can share the whole process.


Reply