How to Access Network Folders via. a!safeLink function

A Score Level 1

Hi, One of our requirement is to access one of the Network folders like (R:\London Compliance\Regulatory Reporting\Data\UK & Irish Takeover Panel Disclosures) from task. I am trying to use a!safeLink but getting issue. I know this is due to a!safeLink function only does support http, https, ftp, and mailto with the string or URL. However i need to Open the network folder in new tab or browser screen. 

Any help how to fix this issue ?

 

Working Code

a!safeLink(
label: https://google.co.in,
uri: https://google.co.in
)

 

Error Code

a!safeLink(
label: Team Working Netword Drive,
uri: R:\London Compliance\Regulatory Reporting\Data\UK & Irish Takeover Panel Disclosures
)

Please note if we will copy & paste this URL (R:\London Compliance\Regulatory Reporting\Data\UK & Irish Takeover Panel Disclosures) in new browser then it will Open the folder. Only in Appian we are not able to achieve this functionality.

Thank you.

  Discussion posts and replies are publicly visible

Parents Reply Children