cancel
Showing results for 
Search instead for 
Did you mean: 

Pass the Untill loop index to next step

Former Member
0 Kudos

All experts:

I created one WF with two steps

1. untill loop

2. activity step

step two will send email to employee if i check the condition is false. So I need to pass a loop index in this step,. how can I can get the 'untill loop' step's loop index to container?

Thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Kevin,

Why dont you create a workflow container say lv_loop_index. Initialize value before until loop using container operation , then put it condition in until loop and after your steps increament it (use one container operation, u can inster it inside workflow template).

Cheers

Jai

Former Member
0 Kudos

How to increase it in the step?

The step in the 'untill loop' is a standard one, so I do not want to change it. so do i need to create another steps to get the increasement index element?

Thank you very much

Former Member
0 Kudos

Picture speaks thousand of words.

check ou this workflow template WS74500013 (inside this template there is one container operation increment counter which will guide you how to increment it).

Cheers

Jai

Answers (0)