Skip to main content
Solved

Error while running "Update Record" automation

  • February 27, 2024
  • 2 replies
  • 19 views

Forum|alt.badge.img+2

Should be a simple automation so I'm certain it's user error but I can't find my mistake.

I have a date value. When that date value is updated I want a single-select record to automatically update to "Date Changed"

Use case is to generate a weekly email via a separate automation that shows all rows that had a changed date in a given week.

My error is "Received invalid inputs."

Please let me know if you need more details/context and thank you in advance.

 

Best answer by Dan_Montoya

Your recordID input is incorrect. 99/100 you want it to be the source recordID that triggered the automation.

2 replies

Dan_Montoya
Forum|alt.badge.img+17
  • Employee
  • Answer
  • February 27, 2024

Your recordID input is incorrect. 99/100 you want it to be the source recordID that triggered the automation.


Forum|alt.badge.img+2
  • Author
  • New Participant
  • February 28, 2024

Thanks @Dan_Montoya