Whenever we are creating multiple Adhoc TASK's, the previous task's editable fields are overwritten with the last updated value.Issue When we create a multiple adhoc task, the previous task's editable fields are overwritten with the last updated value. All editable fields are getting changed based on first task values.Implemented the same configuration in OOB: Created a variable 'X' and added to task form through workflow task activity.Ordered the catalog item, 4 tasks got generated as per the configuration of the workflow. Updated the value of the variable 'X' in task1 as 'testing snow' and saved.Opened the remaining tasks, the variable 'X' value got updated to 'testing snow'.ReleaseALLCauseOOB behaviorResolutionThis is an expected behavior (replicable in Out of the Box instance).When the value of variable is changed and save the task form, the latest value of the variable will be captured and stored in the other tasks as well.As, the backend value for the variable in all the tasks will be the same.