- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
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.
Solved! Go to Solution.
Views
Replies
0 Likes
Total Likes