HI,
The requirement is to set value / filter a managed metadata field dynamically using JavaScript in O365 Nintex forms.
There were multiple ways through which I tried to set value on the metadata field, like
- NWF$("#"+MMDColumn).val({value from another MMD field}) and triggering the NWF$("#"+MMDColumn).change() function.
- Also, Inserting a HTML' <div class="selected-item"> <span class="item" data-id="' + selectedValues.id + '"> selectedValues.name </span></div>' in to the text area, which does not reflect after submitting the form.
- Looking for any hidden fields on the page which needs to be updated for the save to be reflected.
But none of above helped. Attached screen shot of the requirement.
.
