Hello, I am new to UI path. In my scenario i wanted to execute only few workflows depending on condition. As far as i know we can invoke workflow from ‘main’ file. can we execute workflows from folder or create something like test suit like we create in other test automation tools to differentiate the test cases?
Hi
this can be done with IF activity itself where based on the condition if it passes it will go to THEN part where we can call few workflows from a folder with INVOKE WORKFLOW FILE activity or
if the condition fails it will go to ELSE part where we can call the other set of workflows
were we facing any issue in that
kindly correct me if i m wrong with the question
Cheers @Deepali_Korde