Skip to main content
Solved

Automation Error for status change

  • December 1, 2023
  • 3 replies
  • 25 views

Forum|alt.badge.img+3

Hi all,

I have an automaton where at X time, once a week, records are scanned for any projects that are within the next coming week, the status is to be changed to "Upcoming". 

I am recieving an error message on the update record part. I have attached a video below for you to see.

Does anyone know what the problem is and a solution?

Kieran

Best answer by Alexey_Gusev

Hi,
Update record action designed for a single record. Since your 'Find record' result is more than one, you should use loop calling Repeating group, and then use Update record inside that group. 

3 replies

Alexey_Gusev
Forum|alt.badge.img+25
  • Brainy
  • Answer
  • December 2, 2023

Hi,
Update record action designed for a single record. Since your 'Find record' result is more than one, you should use loop calling Repeating group, and then use Update record inside that group. 


Forum|alt.badge.img+3
  • Author
  • New Participant
  • December 2, 2023

Hi,
Update record action designed for a single record. Since your 'Find record' result is more than one, you should use loop calling Repeating group, and then use Update record inside that group. 


Thank you! Do you know the formula for my form wouldn't be pulling through? 

   


Alexey_Gusev
Forum|alt.badge.img+25

Thank you! Do you know the formula for my form wouldn't be pulling through? 

   


Formula looks ok. I can't be sure 100% because I never used Fillout. The message indicates that you have to test automation again, starting from first step. (usually when you updated your automation and performing 'pre-launch' test of some step, it is recommended to re-test all previous steps)