Crow Canyon Software Forum
Display link to document in doc library edit form
Quote from DavisA on October 12, 2023, 2:19 pmIs there a way to display a link to a given document (LinkFilename) from that document's edit properties form?
Is there a way to display a link to a given document (LinkFilename) from that document's edit properties form?
Quote from supportTeam on October 13, 2023, 4:23 pmHi @davisa,
Please find steps to map a column with link of that document:
- Navigate to the document library -> Create a single line of text column ‘DocLink’ to store document link.
- Go to NITRO Workflows -> Configure a workflow on ‘an item is created’ event -> Add ‘Update List Item’ action to map ‘DocLink’ column with path of that document.
<Please refer attached 'docLink_1.png' file>
Column mappings:
DocLink -> $strcat(https://contoso.sharepoint.com,[URL Path|FileRef])
Note: Please replace the highlighted URL with actual root site URL.
<Please refer attached 'docLink_2.png' file>
3. Save the action -> Publish the NITRO Workflow.
Hi @davisa,
Please find steps to map a column with link of that document:
- Navigate to the document library -> Create a single line of text column ‘DocLink’ to store document link.
- Go to NITRO Workflows -> Configure a workflow on ‘an item is created’ event -> Add ‘Update List Item’ action to map ‘DocLink’ column with path of that document.
<Please refer attached 'docLink_1.png' file>
Column mappings:
DocLink -> $strcat(https://contoso.sharepoint.com,[URL Path|FileRef])
Note: Please replace the highlighted URL with actual root site URL.
<Please refer attached 'docLink_2.png' file>
3. Save the action -> Publish the NITRO Workflow.
Uploaded files: