Open work item action when condition is not running at runtime
Hi , I have added a when condition in Open Work Item. The work item is created in the previous action "Run Activity" and then the generated work item id is passed as clipboard page property in Open Work Item. But sometimes the ID may be blank and in that scenario we dont need to call Open Work Item. I have added when condition for checking if the ID is blank. But the problem is when condition is evaluated during section rendering time not at runtime. As a result Open Work Item does not work in first click. On second click when the ID is already populated in clipboard its opening. Do anyone have any ways to mitigate the issue?