Hi,
I am trying to create a task with mass insert and then want to use the newly created task id from mass insert to update the existing the record.
But when i am taking the newly created task id reference in mass update through xpath_node, xml is running but field is not updating.
<perform_batch>
<perform_mass_insert result name = “New task”>
//Task creation code
</perform_mass_insert>
<mass_update_table_name>
<user_def1 xpath_node = “//Newtask/task/task_id” /> --Here this field not updating
</mass_update_table_name>
Please suggest.