when you do getColumn, you get a list of the values for the column you specified. in your case, the variable will return a 1-entry list in column ((only 1 entry because you specified max rows=1).
so i believe all you have to do now to get the url is
Thanks! I’ve managed to get it to work by just typing “url” in the box. Why do some tutorials have the box embedded but on my blocks I have to write it in?
Perhaps this is an old screenshot. That block has been updated. Allowing for input instead of an unchangeable string allows for this block to be used dynamically and can allow for streamlining code.