Input Dialog to string variable

I’m trying to make an input dialog that converts to a string variable.
I want to open a website with the provided string value at the end.

Does anyone know what I am doing wrong?

Thank you for your help!

LabeltoSerial.xaml (6.4 KB)

Hi @Niels_Frederickx,

In Input Dialog activity remove .Tostring in the result properties.

IN Open Browser activity use like this
"https://serveradmin.itg.be/Finder.aspx?field1="+label

Regards,
Arivu

1 Like

Thank you!