I have 2 Sharepoint designer list workflow for one list. The first workflow will start when an item is created and the second workflow starts when an item is changed. When the first workflow finish i set a value for the column "sofortige Implementierung" and second workflow should start when the value is "sofortige Implementierung". The second is starting and i have custom workflow action which create a word document from the item id of the list.
Iam only getting error and no information so i dont know what is the mistake iam doing.
If i start the workflow manuelly its working.
My second workflow looks like this
if "field value" equals "sofortige Implementierung"
then Create Word document from List "Listname" and id "Current item ID" with the name "test".
Thank you.