I'm trying to create a workflow in sharepoint designer, it triggers
when an item is created in a list.

When an item is created I want to create a complete new list on the
same site, I can't see how to create a new list from a sharepoint
workflow.

Does any1 know if it's possible or how to do it?

Thanks.

Re: MOSS Workflow - Create a list when an item is created in another by galvin

galvin
Tue Dec 18 19:37:57 CST 2007

On Dec 18, 12:20 pm, Primo <snapshot5...@gmail.com> wrote:
> I'm trying to create a workflow in sharepoint designer, it triggers
> when an item is created in a list.
>
> When an item is created I want to create a complete new list on the
> same site, I can't see how to create a new list from a sharepoint
> workflow.
>
> Does any1 know if it's possible or how to do it?
>
> Thanks.

I have not done it, but there is a "Create List Item workflow action
in sharepoint designer. It seems fairly straight-forward.

But are you talking about creating an entirely new list, not just an
item? If that's what you mean, then I think you have to create a
custom action. If you want to go that route, my codeplex project may
be a useful start: http://www.codeplex.com/spdwfextensions

--Paul Galvin, Conchango
RSS @ http://feeds.feedburner.com/PaulGalvinsSharepointSpace
Web site @ http://paulgalvin.spaces.live.com

Re: MOSS Workflow - Create a list when an item is created in another by Primo

Primo
Wed Dec 19 09:37:10 CST 2007

thanks for the reply, yea it's a complete new list so the create new
item won't do cos it just adds to an exsisting list, I'll check out
that project you linked to, thanks again.