How can I implement to join the actions after checking condition in Flow Designer?

LinhN
Tera Contributor

 

Hi guys. I have a use case and would like to know whether there is any way to join the actions after checking the conditions.

Use case:  The user wants to register an asset and ask for approval from the head of the department. If the user has already registered that asset before, the request will be approved by the higher-level department ( parent of the department), then can come to the step: update information. If the user hasn't registered that asset before, he can directly come to the step: Update information. The issue is after the update information activity, many steps must be fulfilled. I don't want to loop these steps twice because it takes time. Is there any way that can help to join the actions after checking the condition? I want to join 2 conditions into 1 flow, what type will I select?

LinhN_0-1722937611523.png

LinhN_1-1722937709132.png

 

 

1 REPLY 1

Mark Manders
Mega Patron

Create a flow variable that you set, based on your conditions and in the end, you evaluate if it's 'true' or whatever you want it to be (you can also make it a counter and if there are at least 5 steps added, you can go on). 


Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark