We're reclaiming inactive PDIs to keep them available foractive builders.Learn what's changing, who's affected, and how to protect your work. Read More
Hi,
Please let me how you defined wait for the condition in your approval coordinator activity
check with this in approval coordinator activity
Also, define wait for condition for the child activities of coordinator as per your requirement.
I hope th...
Hi Joe,
Assuming that you can define the condition for a set of users or assignment group, now you can apply template onload of a form as shown below
function onLoad() {
applyTemplate('30c98e98dbd463008da35421cf961979');//sys_id of template
}
Hop...
Hi Jyoti,
The list collector delivers its selections (what is moved to the right list collector box) into an array. To access the information you would need to parse through the array. I've included an example that I use in a workflow below, also inc...