Cross Site Collection Archiving

I have a workflow that copies metadata to another site collection then a workflow in that site collection that creates a library and copies folders from the first site collection. The Workflow in the second site collection would not kick off on creation of the metadata so I'm trying to make it all work from the source site collection. My workflow is failing at the creation of the library in the other site collection, here is what it looks like:

Hi @rniles68,

  • What is the error message?
  • Does the action work within the same site collection? Could you try to create the Library there?
  • Could you try to perform any other action on the target site collection? Does it work or give the same error?

Best regards,
Petr
Plumsail team

The error message is:
image
Yes, I can create a library in the current site collection, that works fine.
On the Target Site Collection I am successful in copying meta data in a list from the source to the target. If I start the workflow in the target site collection with the metadata there, I can copy out the needed folders, but that requires a separate action from the user. In this case if I start the workflow with a new item, that action does not work automatically.

Hi @rniles68,

The action has the parameter ListTitle and according to the error mesage the value of the parameter is missing.

Please ensure the value exists and try to hard-code it to avoid any empty variables.

Best regards,
Petr
Plumsail team

I do have the list title
image

I have changed it from the variable to a hardcoded name and that didn't work either. I changed the name to TestLibrary and I get the following error:
image

Hi @rniles68,

Could you confirm if it's an online or on-premises version?

If it's possible please try to create another test site collection, hardcode the values (try to avoid variables when testing), and then create the library there.

Best regards,
Petr
Plumsail team