Hi,
I am creating a visual process that uses the Api.GoToItem methods. I can't get the process to work the way I want. The problem can be illustrated with the simple example below. Script element "0" can contain either Api.GoToItem("1") or Api.GoToItem("2"). Elements "1", "2", and "3" are empty. After executing script element "1" or "2", I would like script element "3" to be executed. However, the process execution ends at element "1" or "2". Duplicating element "3" for each branch is not an option, because in the real case, I would have to duplicate dozens of elements.
Does anyone have a suggestion on how I could achieve what I want? We are running version 2024.1. I would really appreciate the help, thanks!
-Lasse