Hi Team,
i have workflow like the below :
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()%>
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.