Do sublist workflows not function with kit/group i...
# suiteflow
a
Do sublist workflows not function with kit/group items? I receive the result 'You cannot edit the end of group line. You must delete the group.' I assume this is due to the workflow trying to loop through the lines and trying to edit the End of Group line. Anyone have a work around/know if this is possible?
k
I think you have to do something to exclude tne end of group line
a
Dug into SA a bit more and looks like I can't make a condition at the line level - solution it to make a script, shucks.
k
Let me ask someone who got past it.
{line.item} != 'End of Group'
this is a formula they used to get around it.
I think you just need to add a manual formula criteria on your actions.
a
Awesome, that did it! Thank you