UiPath Documentation
activities
latest
false
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。 新发布内容的本地化可能需要 1-2 周的时间才能完成。
UiPath logo, featuring letters U and I in white

工作流活动

上次更新日期 2026年4月7日

搜索下拉列表中的长字符串

在表单中包含下拉列表还允许您使用完整的字符串或字符串的部分来搜索值。

教程

要查找包含以第 27 个字符开头的字符串的下拉标签,请选中“下拉列表”组件“数据”选项卡中的“使用精确搜索”框。

However, this displays strings up to 65 characters. To search beyond this limit, open the Component JSON of the Drop-down List component and add the following properties:

...
"useExactSearch": false,
"fuseOptions": {
"distance": 800
},
"searchThreshold": 0.1
...
...
"useExactSearch": false,
"fuseOptions": {
"distance": 800
},
"searchThreshold": 0.1
...
  • 教程

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新