Hi,
I'm tying to empty (not delete) a list with a loop.
But the loop itself takes about 6 to 10 minutes before it continues to perform the containing actions.
this delay happens every(!) loop. the loop-action only checks, if a variable is greater than 0...
so if i wanna empty my list, it would take me some days (there are about 890 items in it)
my questions:
is this (slow) behavoiur normal?
how can i empty my list faster? (let's say in about 5 to 15 minutes)
thankful for any help.
Thomas
after all: i have already deleted (and recreated) the list with another WF-action, but there is also a "create item" action in my workflow, wich is connected with the targetlist-ID.
if i delete the targetlist, the "create item" action don't know the recreated list anymore, because is the "create item"-action is probably fixed to the tagetlist-ID. and this ID is logically always another. so the action links to the wrong list.