I am attempting to redirect a user to an fmp:// url embedded as an attribute in my data model and am wondering the correct technique to accomplish this. I have looked at the Working with Vue.js and HTML video and although it does cover some useful stuff for Vue.js it appears to only be relevant for HTML-based code snippets.
This code works to go to the url in the options key however I have no idea how I would bind the data from the current row to the parameter as anything I type turns literal? (eg. this.urlParameter returns “this.urlParameter”). To be fair this is probably more of a JavaScript question than a BetterForms question but I figured I’d ask here.
{
"actions_onRowClick": [{
"action": "path",
"options": {
"url": "myUrlHere"
}
}