So far I have the following workflow on an office 365 list:
Loop: 1The contents of this loop will run repeatedly while: Current Item:Template Item equals Yes
Pause until Current Item:Next End
Create item in Advertising Compliance (Output to Variable: create1 )
Set End Date to Current Item:Next End
Set Template Item to Yes
This works once and creates new items based on the templates every month. The problem is that the new workflows do not start the workflows set to "start workflow automatically when an item is created" and I can't find a way to have those tasks started each time this workflow creates a new list item.
I've already tried setting this up a 2010 workflow with an impersonation step instead but the workflows on the child item are still left unstarted. I don't think it's possible to target a workflow at a specific list item you just created via SPD so I can't just start the workflow as part of this script (correct me if I'm wrong).
Any ideas would be greatly appreciated.