Hyperlink 在SPDesigner 2013中为超链接字段创建工作流变量(字符串类型)时,返回字段为;作为JSON的字典;

Hyperlink 在SPDesigner 2013中为超链接字段创建工作流变量(字符串类型)时,返回字段为;作为JSON的字典;,hyperlink,sharepoint-2013,sharepoint-designer,url-parameters,sharepoint-workflow,Hyperlink,Sharepoint 2013,Sharepoint Designer,Url Parameters,Sharepoint Workflow,情景: 我有一份物品清单。此列表包含包含文本值信息的列(让我们说Val1、Val2、Val3、…)以及将用户带到其他页面的链接。其中一个字段是充当筛选器的URL列(type-hyperlink)。单击URL后,它将指向另一个页面,并针对父页面中的每个特定值(例如Val1)过滤该页面 所以要做到这一点, - I created a new workflow in SP Designer 2013, - Created a workflow variable of type String (let

情景: 我有一份物品清单。此列表包含包含文本值信息的列(让我们说Val1、Val2、Val3、…)以及将用户带到其他页面的链接。其中一个字段是充当筛选器的URL列(type-hyperlink)。单击URL后,它将指向另一个页面,并针对父页面中的每个特定值(例如Val1)过滤该页面

所以要做到这一点,

- I created a new workflow in SP Designer 2013, 
- Created a workflow variable of type String (lets say **'WFVar1'**) and added to Action ‘Set Workflow Variable’
- For the ‘value’ in the action I clicked the 3 dots (…) on the right, I set the URL for e.g
https://abc.xyx.com/thisisanexample.aspx and then clicked on Add or
Change Lookup and set the field from Source as Val1. The return
field automatically fills up *"As String"*. The URL is now followed
by Val1.
- Once done with the URL and description, I added the workflow Action ‘Set Field in Current Item'
- I clicked ‘field’ in the Action and choose the hyperlink field(URL) of the list.
问题来了:

  • 我单击操作中的“值”,然后选择“工作流变量和” 参数”,并选择变量WFVar1。返回字段 从JSON自动设置为“作为字典”,而不是 “作为字符串”
由于类型不同,工作流不工作,并保持挂起状态

需要帮助