Hello,
I need to create in one sharepoint library a clickable link (shortcut) of a document that is just created in other library (link autocreation for new documents in the "other library")
I'm trying to do it in this way:

But getting below error message (under "OUTPUTS" section):
{
"status": 400,
"message": "To add an item to a document library, use SPFileCollection.Add()\r\nclientRequestId: 7a2f0e11-34c9-458e-bcbe-d829fd897cd1\r\nserviceRequestId: 7045b49e-209b-7000-6874-8dbe10f7d220"
}
I assume I cannot use "Create Item" action for sharepoint library, so how can I build this functionality?