how to save HTML response value in property
Kindly help!
I am calling an external API using HTML. In response I am getting a token, I want to pass that token value in some activity. How can I map the response token from HTML to some property.
Already tried this <%= tools.getPrimaryPage().getProperty("Property name").setValue("value") %> but no luck
Thanks