Help

Re: Create Record Automations not working

1249 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Amy_Carey
5 - Automation Enthusiast
5 - Automation Enthusiast

I’ve created a couple of automations using trigger events - if a record is created in Table A, create a new record in Table 1 populating a subset of fields. When I test the automation it works fine. Yet, in practice, it appears to be adding blank rows in Table 1 vs populating the actual data. Any thoughts on how to fix?

8 Replies 8

Hi @Amy_Carey, and welcome to the community!

I have many thoughts about this - I can think of 16 ways this could be failing. I’ll bet the community can narrow it down if you share a little more detail about the automation such as a screenshot, an explanation of the process steps, and how you actions attempt to perform those steps.

Amy_Carey
5 - Automation Enthusiast
5 - Automation Enthusiast

Hi - sure, screen shots attached. On the right you’ll see the automation one to populate events and another to populate emails. ON the left is the sheet that is supposed to be populated by the automation. Row 29 and 44 are the trigger tests that I did today - as you can see, it worked then, but not live.

Screen Shot 2021-01-18 at 3.56.04 PM Screen Shot 2021-01-18 at 3.56.50 PM

Welcome to the community, @Amy_Carey!

The “new record” trigger fires as soon as you create the record, meaning that it is firing on a completely blank record. So you will want to change your trigger to something else, such as “when a record matches conditions”.

Interesting as I implemented it the way that AT support suggested. What would the condition be?

When you say “…but not live” above, should I assume that you’re not using a form to populate new records in Content-Email. If you are, the record you create with the automation action should have data (as long as you’re requiring it in the form).

If someone is entering it in the grid view by adding a new row, and then typing in the fields, then ScottWorld is correct. In that case, you can do something kludgy like using a created on field and a formula field that calcs minutes from created to NOW(). Then trigger on that formula being greater than X minutes (gives users time to fill in fields).

I would just use a checkbox field. When you check the checkbox, the automation will run.

This has possibilities in that only approved items are moved over into the sheet when ready. OK, will give that a shot and thanks for the help. If it doesn’t work I’ll be back… :winking_face:

This solved my problem! Thank you for the suggestion!