Skip to main content
Solved

Can't figure out why automation isn't working - newbie here!

  • March 24, 2023
  • 2 replies
  • 29 views

Forum|alt.badge.img+3

Hello,

I have a very basic automation and I can't figure out why it doesn't seem to be working.... when the amount paid is equal or greater to $300, I want to have a check box or single select text that says they are paid in full.

I have a screen shot of the test I ran in the automation where it looks like the 'yes' single select text is added.  but when I go to my base, it's not there.  I've watched over an hour of help videos and tried multiple things.  I'm a newbie, I would appreciate the help! Thank you!!

Best answer by Dimitris_Goudis

Hey @flourishflowers

I guess that you test the automation in test mode and not "As configured" so the pop up shows you how the action with run if you turn it on. 

Also for this purpose my recommendation is to use as a trigger "When record is updated". 

Alternatively to automation, you could use in your case an if formula that could check if the paid amount and the check box and return the result. In this way you could save automations from your system. 

For any further question feel free to text in community 🙂 

Yours sincerely, 
Dimitris Goudis

2 replies

Dimitris_Goudis
Forum|alt.badge.img+20

Hey @flourishflowers

I guess that you test the automation in test mode and not "As configured" so the pop up shows you how the action with run if you turn it on. 

Also for this purpose my recommendation is to use as a trigger "When record is updated". 

Alternatively to automation, you could use in your case an if formula that could check if the paid amount and the check box and return the result. In this way you could save automations from your system. 

For any further question feel free to text in community 🙂 

Yours sincerely, 
Dimitris Goudis


Forum|alt.badge.img+3
  • Author
  • Participating Frequently
  • March 27, 2023

THANK YOU VERY MUCH!  I was quite frustrated and both of your suggestions worked!  I decided to go with the formula since it seems better suited to my needs, but I'm happy to have another tool in my automation knowledge.  I very much appreciate it!!