Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/url/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/sharepoint/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
将SharePoint列表中的URL替换为字符串/链接_Url_Sharepoint_Replace - Fatal编程技术网

将SharePoint列表中的URL替换为字符串/链接

将SharePoint列表中的URL替换为字符串/链接,url,sharepoint,replace,Url,Sharepoint,Replace,我想用字符串/链接替换SharePoint列表中的URL 我在SharePoint中生成了一个链接列,其中包含指向SharePoint文档库的URL,例如,https://sharepoint/documents/mydoc。工作流可以工作,但在列中会显示整个URL。是否有任何方法可以将长URL替换为字符串链接?将字段值设置为“{URL}”,“{Description}” 检查演示

我想用字符串/链接替换SharePoint列表中的URL


我在SharePoint中生成了一个链接列,其中包含指向SharePoint文档库的URL,例如,
https://sharepoint/documents/mydoc
。工作流可以工作,但在列中会显示整个URL。是否有任何方法可以将长URL替换为字符串链接?

将字段值设置为
“{URL}”,“{Description}”

检查演示