I’m trying to create an item that gets its data from a list and then creates an item with that data in a document library on a different site. However, I keep getting this error: Exception: Incorrect function. (Exception from HRESULT: 0x80070001). Any help would be appreciated. Thank you.
Here is my workflow:
Build {…} Dictionary (Output to Variable:dictionary)
then Create item in list (path to document library) with Variable:dictionary
Go to End of Workflow
In the dictionary I’m testing a few fields:
Name -> String -> Current Item: Name
Salary -> String -> Current Item: Salary
Etc.