I am sending data from a frontend flow to a custom JS function:
{runJS:{function:‘setinnerHtml’,args:[‘editjamdescription’,’getclass.data.query.jamdescription
’]}}
and then in the function if run
var inprocessed = dmx.parse(val);
and the result is in double curly brackets unstead of the value:
inprocessed {{getclass.data.query.jamdescription}}
How do I get the value?
Community Page
Last updated:
Last updated: