Is there a way to generate SmartObjects as a workflow step so that they can be used later.
I have a workflow that creates a document library at an early stage of its process. I want to, at a later stage, perform actions like Get Documents and Update Document, etc. on the items in this document library. The problem is that the library doesn't exist until the workflow runs so I can't create the SmartObjects now that I need to call in the workflow.
Is there a way to create the SmartObjects on the library as a step in the workflow and make a reference so that I can call that SmartObject's methods later?