Skip to main content

Hi,

I have a process flow that gets an API with a list of people. For each person this flow checks a few things - and then inserts all people. This can be 1, or 25. 

All works well, BUT the generic_Ok message also popups the same amount of times the task is executed. 

 

Detail of the Process Flow

What I want - is the message to show only once - and in an ideal world say 'created x_amount of employees’

I tried this with a Decision, but this did not make a difference. 

Can I force this an easy way? 

Thanks!

Blommetje

Instead of making a loop to the message should the loop not look like this? If you create the process flow like this and add a process flow parameter to count the number of executions you could add to the message. 

 

 


Hi @Blommetje,

Did Erwin's reaction help you out?