在地址栏中输入 URL 时,“%”被解释为“0”

问题描述

当从 SharePoint 网站的 Blue Prism 将 URL 输入到地址栏中时,百分比符号 ('%') 被解释为 ('0')

解决方法

问题与 % 符号被解释为命令有关。您需要使用大括号才能成功使用它。

应该这样做

替换(替换("https://layahealthcare.sharepoint.com/sites/inpatient/Standard/Forms/My%20Claims.aspx","%","{%}"),")","{ %}")