Hello,<br>
<br>
I would like to configure a loop in a workflow.<br>
For that reason, I've created a keyword variable named List_NewClient, this variable should get the value of the field NewClient1, NewClient2, ..NewClient4. in each iteration.<br>
The issue is: in this field only two values are possible: yes or no.<br>
While testing, I noticed that the keyworld variable will restetute only different values, which means that if I should have this result on the list:<br>
Yes<br>
No<br>
No<br>
Yes<br>
My variable List_NewClient will get Yes, No<br>
And this is not good for the logic of my WF, what I need to have is List_NewClient: Yes, No, No, Yes.<br>
<br>
Do you have any idea how I can get this result?<br>
<br>
PS: I've unchecked the box "replace" on the WF.<br>
<br>
Thank you in advance.<br>
Regards,<br>