Hello!
I am not getting the launch function syntax correct. I've tried numerous things.
I want to place the item number after the last forward slash in the URL. No query string is required for the web page.
When I hardcode an item number in the URL it works fine but I want to pass the value from a text input field.
I've also tried to put TextInput1.Text inside the quotes of the URL. That did not work.
Here is my latest attempt ...
Launch("https://cert.website/itempricing/",TextInput1.Text,LaunchTarget.New)
TextInput1.Text = 589383
This is the URL when the browser tab opens:
All I need is the item number after the last / in the URL.
Appreciate any help!