Skip to main content
Answer

Show message only once in PF after multiple task execution

  • June 16, 2023
  • 2 replies
  • 61 views

Blommetje
Forum|alt.badge.img+13

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

Best answer by Erwin Ekkel

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. 

 

 

This topic has been closed for replies.

2 replies

Forum|alt.badge.img+17
  • Moderator
  • Answer
  • June 16, 2023

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. 

 

 


Jeroen van den Belt
Administrator
Forum|alt.badge.img+10

Hi @Blommetje,

Did Erwin's reaction help you out?