i need to create a workflow for a Customlist (having columns Title,Hyperlink),when item created in this list with Title,with the same title of customlistitem discussion board item should be create and that Discussion boards item url should be updated in the hyperlink feild of the custom list.
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
You can be little more clear about your question. As far as I understood... You need to create an item in discussion board, when item is created in the custom list. For implementing it you can use the action 'Create List Item' in SharePoint Designer workflow which creates list item in another list. |
|||||||
|
|
The Create List Item workflow action returns the ID of the created item. You can store this in a workflow variable. Then set the Hyperlink field to a concat string with the fix part like "http://myserver/sites/a/lists/mylist/DispForm.aspx?ID=" plus the variable. |
|||
|
|