Stump the Panel » SharePoint Workflow for All Users

Workflow process with no developer coding

(3 posts)
  1. eric
    Member

    I've got a list that contains a column value specified as a number. When an item is submitted to the list, I'd like to have that item copied to another list how ever many times the value of that number field specifies.

    How can this be accomplished using only Sharepoint Designer? Copying the list item over I can do, but is there logic to do it X amount of times?

    Posted 2 days ago #
  2. Search EUSP for Paul Galvin's article about looping workflows. You'll probably need to set a pointer in a hidden field that gets the # when it's null and otherwise decrements by 1 until 0 when the loop stops.

    Posted 2 days ago #
  3. eric
    Member

    Tahnks, I'll look for it. I figured it had to be something like that but didn't know how to have it take my value and do a do while # > 0.

    I've got a manual workflow going, but if it can be done in a do while fashion, it will really polish the site.

    eric

    Posted 2 days ago #

RSS feed for this topic

Reply

You must log in to post.