Please confirm:
- What are (types of) the list fields that need to be filled or used by the workflow, for example, “Document Type:Abbreviation”, “Rubrik”?
- What is the trigger of the workflow/flow?
Please share detailed configuration of your library and the 2010 workflow, with screenshots if possible.
Here is the sample 2013 workflow built based on my understanding. The values for Document No and Name are built using String Builder in the workflow:
And the sample flow:
The expressions for variables are:
DocNo = add(1000,triggerOutputs()?['body/ID'])
varDN = concat(triggerOutputs()?['body/Library'],'_',triggerOutputs()?['body/Document_x0020_Type_x003a_Abbreviation'],' ',variables('DocNo'))
varName = concat(variables('varDN'),'_',triggerOutputs()?['body/Rubrik'])
Here are your references:
Workflow actions quick reference (SharePoint Workflow platform).
Create a flow for a list or library in SharePoint or OneDrive.
If an Answer is helpful, please click "Accept Answer" and upvote it.
**Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread. **





]
]
