not able to update table values
Content
Hi Experts,
Created a flow level ADP variable (OptedInVar_value ) and assigned the data from the REST service response. Created a table on a webpage and set the edit-mode property to "rowEdit". Also , made one of the element Name as editable (dropped the input text) in the table. When I update the value in the Name field, getting below error on console.
"Cannot set the value amit amit amit to property Name of the variable ' OptedInVar_value 'as it disallows property writes. Use VB actions like assignVariablesAction to update the variable instead."
Can someone suggest the reason behind the error and how to resolve this?