Crow Canyon Software Forum

Forum Navigation
Please or Register to create posts and topics.

Display link to document in doc library edit form

Is there a way to display a link to a given document (LinkFilename) from that document's edit properties form?

Hi @davisa,

Please find steps to map a column with link of that document:

  1. Navigate to the document library -> Create a single line of text column ‘DocLink’ to store document link.
  2. 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:
  • docLink_1.png
  • docLink_2.png
DavisA has reacted to this post.
DavisA