wm-flow

webMethods loop over Document list

☆樱花仙子☆ 提交于 2019-12-04 14:59:13
I am creating a flow service, and inside it, I inserted another flow, which has document list as output and contains 5 string fields. Problem is that I can't loop over that document list, whatever I put in Input array (getPropertyOutput, getPropertyOutput[0]) is ignored (in debug mode, it just skips the loop step). Same happening with the sequence step... Any help would be appreciated Let say I want to loop over list of Strings I have simple flow service: In first step ( MAP ) I created the list... As second step, there are properties for LOOP important: Input array: /list But here is the