Solved

which table to refresh in process flow


I have a table task which triggers a process flow.

This table task is linked to 3 tables.

I want the process flow to conclude with refreshing the correct table.

So, is there a way to assertain which of the 3 tables to refresh?

 

icon

Best answer by Mark Jongeling 19 July 2022, 15:46

View original

This topic has been closed for comments

2 replies

Userlevel 7
Badge +23

Hi Martien,

Could you share the design of your Process flow? That will help in determining the most fitting solution.

One solution might be capturing the process action that initiated the Process flow into a Process variable using a Process procedure or a deterministic value from the Table task. With this value, you can know which action initiated the process flow and you can also use that value to determine which Refresh table action should take place.

Alternatively you can divide the Process flow into three separate Process flows as the Starting point of this process flow does not overlap with one and other.

I made three process flows and that works fine. thanks for the hint