Avatar

Level 4

Hi Team, 

 

i have workflow like the below : 

 

Ramaswami_0-1596219361656.png

 

i have to add a javascript node after the query activity and change the label of list according to the return function : 

javascript node has the below : 

 

function xx()

{

...

return string;

}

 

list update node : 

label : <%=xx()%>

 

Ramaswami_1-1596219451606.png

 

Ramaswami_2-1596219619983.png

 

 

there are some 100's of workflow like this. Can i update the labels in list as well as add javascript in workflow in bulk? 

currently i am opening each workflow and updating these two things.