Concat string inside a OPEN.URL

Hi, i want to ask if is there any way to use CONCAT function inside a OPEN.URL function inside a button ?
I have a button which open a schema, but i need a button for every schema (total 20).
And i want to make a ceel for user input whith number of schema, and that number will be concated to url
=OPEN.URL(CONCAT(“http://87.255.70.183:38180/scheme/”,B15))
I tried to make a buffer cell, and after to give this cell as parameter for OPEN.URL, but it didn’t work
=OPEN.URL(B15)

Hi aiulian7,

This is currently not supported. The URL has to be fixed and a string within the OPRNURL() function.
At some point in the future this will be addressed, but I can´t tell you yet when this would be.

Cheers,

Tizian

1 Like

Ok, thank you