0

I'm trying to create a flow service where one service outputs a list of files and the loop step is suppose to loop over that list of files. When I debug it, the debugger for some reason skips the loop step and goes to the next step below LOOP. Any suggestions/advice will be appreciated. Thank you

Picture 1

Picture 2

J Kang
  • 41
  • 1
  • 1
  • 3
  • 2
    This is likely caused by readConfigOutput/file_group either not existing in the pipeline, or not being a list. Can you please provide a screenshot of the contents of the pipeline prior to the first loop step? – Lachlan Dowding Apr 08 '17 at 00:48
  • I'd bet the list is empty... – Betlista Apr 25 '17 at 14:57

3 Answers3

0

Please check whether you are trying to loop over document or documentList? And also check what is coming in pipeline?

0

Depending on your version, they also are some Designer fixes that resolve this kind of issue.

MMacphail
  • 541
  • 3
  • 19
0

start the input array with a slash: /readConfigOuput/file_group