Thank you for this - brilliant solution to generate a dynamic based URL that works in all instances after transport without being forced to make manual corrections. Top!
Thanks for this - very helpful. One little tip... in your description <a href="" target="_self"></a> has non-standard angle brackets, so it doesn't work. Need to replace those with regular angle brackets like this: <a href="" target="_self"></a>
@devdante8237