Help

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

Topic Labels: Automations
1808 7
cancel
Showing results for 
Search instead for 
Did you mean: 
Dhaval_Gorasia
6 - Interface Innovator
6 - Interface Innovator

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.
Screenshot 2022-04-04 at 5.23.32 PM

Now, let’s check the Sales Order table in the image below,
Screenshot 2022-04-04 at 5.47.19 PM

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,
Screenshot 2022-04-04 at 5.34.36 PM
The trigger would be “when a record is created” in sales order (test)

Screenshot 2022-04-04 at 5.35.08 PM

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,
Screenshot 2022-04-04 at 5.27.41 PM
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 7

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.

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
:unamused:

Screenshot 2022-04-04 at 8.13.03 PM

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.

Dhaval_Gorasia
6 - Interface Innovator
6 - Interface Innovator

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