I just bashed my head for an hour trying to get this to work:
put URL"file:/Users/xyz/"&it into field "log"
I had no success until I changed the syntax to:
put URL("file:/Users/xyz/"&it) into field "log"
I looked at the dictionary definition or URL and the examples provided did not use URL in the more traditional language syntax. Was I doing anything wrong?
Thanks
Steven