I am trying to solve the problem with my workflow, but unsuccessfully. The following happens: Open the ACME page, the robot clicks on the Work Items, but no selects the WI5 work for update,just stop. I ask for help.CalculateClientSecurityHash_DR.zip (511.4 KB)
@Gagi77 before you go for WI5 item directly scrape the entire data and filter only WI5 items and then navigate it to each item by using navigate to activity. Plz let me know if anything needs.
i have gone through your workflow and I found one change in this xaml file (System1_Extract_WorkItem_DataTable.xaml) in same workflow use assign out_WIList = out_workItems.Select(“Type=‘WI5’ AND Status=‘Open’”) change out_WIList Argument type from DataTable to DataRow.