Issue with Multi Line Text used in a Multi Row field is not allowing to perform actions on task and requested item forms.Issue When a user add more than one rows in a Multi Line Text that is part of a Multi Row variable set it is causing issue by avoiding the user can do any action in the form.CauseThe reason is it is breaking in tablevariablerow.js getvalue() function as it is getting unescaped input data in multi-line text of a multi-row variable set where there is a property for accepting the unescaped data is set to false Property for unescaped input data' glide.ui.escape_all_script' which is causing this issue.Please find the below document link related to the property:escape propertyResolutionBy setting the property 'glide.ui.escape_all_script' to true will resolve the issue.