Retrieve javascript variable from html snippet

1
Hi, I have a javascript code (html snippet) that generates some value and I want to retrieve it in order to commit into a mendix entity, how can I do it?   Thanks in advance.
asked
1 answers
0

let the javascript write the value to an attribute on the page, and pick it up from there using a microflow?

answered