Solved

Show message only once in PF after multiple task execution

  • 16 June 2023
  • 2 replies
  • 42 views

Userlevel 5
Badge +12

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

icon

Best answer by Erwin Ekkel 16 June 2023, 14:04

View original

This topic has been closed for comments

2 replies

Userlevel 6
Badge +16

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. 

 

 

Userlevel 5
Badge +8

Hi @Blommetje,

Did Erwin's reaction help you out?