I have been working on some Javascript which parses Confiforms form data to generate Jira content to insert into the Jira description field inside an IFTTT 'On Created'macro. Currently I have the JS code to format the content working fine using a local variable, but now I am hitting a blocker
I have created a hidden field "JiraContent" - how do I update the field? i.e [entry.JiraContent] = MyLocalVar ?
Is this even possible?
I know I can use an IFTTT macro to update the current form entry but that would be an extremely cumbersome solution