Help

Premature Automation!?!

Topic Labels: Sync
Solved
Jump to Solution
528 2
cancel
Showing results for 
Search instead for 
Did you mean: 
AUTORRARI_MAIN
7 - App Architect
7 - App Architect

Help! I have an automation set up that when a new record is created in one table, to create a list of ‘to-do’ items in another table. Both tasks are related by their matching ID’s.

Premy Automation

(It’s a monster of an automation, so I had to shrink it to fit! lol)

The problem is that when a new record appears in the 1st table it ‘fires’ the automation, right? But most of the time it is ‘firing’ so fast that it misses the ID number in the 2nd table and JUST lists all of the ‘tasks’.

What am I doing wrong here???

Thanks,

DG

1 Solution

Accepted Solutions
kuovonne
18 - Pluto
18 - Pluto

Except for a few situations, when a record is created, all of its editable fields are blank.

It sounds like you need a delay the triggering of automation. I suggest looking a the “when record meets conditions”. You have a special check box that the users checks when data entry is complete. Or you can set the condition that all input fields are filled out.

See Solution in Thread

2 Replies 2
kuovonne
18 - Pluto
18 - Pluto

Except for a few situations, when a record is created, all of its editable fields are blank.

It sounds like you need a delay the triggering of automation. I suggest looking a the “when record meets conditions”. You have a special check box that the users checks when data entry is complete. Or you can set the condition that all input fields are filled out.

AUTORRARI_MAIN
7 - App Architect
7 - App Architect

PERFECT! TY!!! You (once again) saved my life! (and I’m NOT being over dramatic. :rofl: )

DG