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
Asked
Active
Viewed 198 times
0

J Kang
- 41
- 1
- 1
- 3
-
2This 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 Answers
0
Please check whether you are trying to loop over document or documentList? And also check what is coming in pipeline?

Sasikanth Balachandran
- 7
- 1
- 4
0
Depending on your version, they also are some Designer fixes that resolve this kind of issue.

MMacphail
- 541
- 3
- 19