如何摆脱Nintex形式的选项索引
我创建了具有唯一代码的SharePoint列表:A,B,C,
然后我创建了Nintex表单并添加了列表查找以获取这些代码作为下拉菜单,并添加了一个标签。
我有形式规则,可以捕获从下拉菜单到变量中选择的任何内容。当我在标签中打印变量时,它不仅显示A,B或C,而是显示1#A
等
I have created SharePoint list with unique codes: A, B, C
Then I have created Nintex Form and added list lookup to get those codes as a dropdown menu, and added one label.
I have form rule that captures whatever selected from dropdown menu to variable. When I print out variable in label, it does not show only A, B or C but instead shows 1#A etc
Can someone answer please
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您仍面临此问题,请联系Nintex支持
Contact Nintex support if you’re still facing this issue
尝试一下
var dropdownValue = nwf.runtimefunctions.parselookup(nwf $('#'+yourfield).val(),true);
try this
var dropDownValue = NWF.RuntimeFunctions.parseLookup(NWF$('#'+yourField).val(),true);