I tried but as said I will have to pass full URL only
Hi @Parmar_Snehal_Cognizant ,
You can use ‘Go to URL’ activity
Regards,
Hi @Parmar_Snehal_Cognizant - How about this solution
Define a variable, assign the respective URL to the variable from the config
Ex: Input = Config("FirstURL")
Pass this variable to the Application Browser Activity, your workflow have a different tasks/xamls, you can re-use the same variable, but according to your task you can assign different URL to the variable
Hi Parmar, am facing the same issue did you get the solution for this?
@wendy_jona , Can you try using master URL followed by * . Example: “https:\abc.com*”
this worked for me,
thank you so much
1 Like