How to convert string url to uielement

I have url which is string I need open that URL using use application/browser activity and need to pass this url.
how to convert string into uielement.

Hi @Gayathri_Mk

You can just pass the string in use application/ browser activity, there is no need of changing the string to uielement

Hi @Gayathri_Mk
No need to convert url to uielement. you can directly pass url in use application/browser activity.

Regards,

I am getting error value of type string cannot be converted into uielement

Hi @Gayathri_Mk ,

The URL field accepts string, hence you can pass your string variable into it.

image

Regards,

I am using modern design activities not the classic one

@Gayathri_Mk ,

Indicate some random browser window, then you will get the URL field enabled to edit.

Regards,

my url will change as per some provider id so the window will not be same

Hi @Gayathri_Mk

In Unified Application Target give the url as url variable not input element.

Regards,

@Gayathri_Mk ,
Please pass the value here in the URL Section

image

Regards,

thank you I have not noticed that

1 Like

@Gayathri_Mk

If you have dynamic url’s then use go to url activity inside the use application/website activity.

Regards,

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.