This is what I have in the editor for a text hyperlink in development
<a href="/version-test/newposition?rowid={{value}}"]>
Click Here
This works only in dev; this does not work if I dont hard code “version-test”
The problem is when I move to production how to remove this automatically?
thanks