Hi,
My scenario is: I create a form library (lets call it FLib) and a custom list (lets call it CList), and attach a Workflow to this FLib that creates a list item in the Title column in the CList when a new item is created in the FLib. In my Workflow condition, if a new item is created in the FLib, the workflow will create a list item in the column "Title" with a value of "NEW".
My problem is the workflow doesnt work when i attach it in a Form Library, but it works when I attach it in a Custom List.
Does anybody know what is the cause of this? Please help me