Skip to main content
November 24, 2021
Solved

Looping in the Process Model

  • November 24, 2021
  • 3 replies
  • 0 views

I Create a Process Model that will get all the user email address has exceed in the expiration date on the database and it will send an Email to the user that the Email they registered is already expired. 

I have 2 sample data of the user , my loop is working but the it will back in the 1st data. Please anyone help me how to get the second data in the loop inside the process model  

Best answer by stefanhelzle0001

In the rare cases I have to create a looping process I add a process variable as a counter and increase it in each loop iteration. Then use that to index into the list.

3 replies

stefanhelzle0001
Brainy
November 24, 2021

In the rare cases I have to create a looping process I add a process variable as a counter and increase it in each loop iteration. Then use that to index into the list.

November 24, 2021

 I already sent the email in my sample data, but the only need on this is one email only depend who is the user, May I know how to get it one because in my query I use index to get that data.

stefanhelzle0001
Brainy
November 25, 2021