Action go to link in a table

I have a complete link in my table, and I create an action with go to link

but when i click and start go to link, the action add the "https://company.retool.com/"
full incorrect link "https://company.retool.com/app.nanonets.com/#/ocr/test/xxxxxxxxxxxxxxxxxxxxxx"

I use "table_ndoc.selectedRow."

Hello @Luca_Reggiani,

This might be happening due to the URL being "https:/" instead of "https://"

1 Like

the proble is the function "go to url"
image

add https://company.retool.com/app.nanonets.com/#/ocr/test/xxxxxxxxxxxxxxxxx

the correct link in "selectrow" is
https://app.nanonets.com/#/ocr/test/xxxxxxxxxxxxxxxxx

I don't know why

In the first screenshot that you sent you can see in the table that the links only have one "/" instead of two:

You need to make sure the links from the table start with https://

2 Likes