简体   繁体   English

如何在 Kofax RPA 桌面自动化的工作流程中添加等待?

[英]How to add wait within workflow of Kofax RPA Desktop Automation?

Sometimes Kofax RPA Design Studio can't fill up data correctly on SAP application.有时 Kofax RPA Design Studio 无法在 SAP 应用程序上正确填写数据。 Like I have Input from excel "abcd".就像我有来自 excel“abcd”的输入。 Robot can put "abc".机器人可以放“abc”。 Here "d" is missing.这里缺少“d”。 Most of the time it occur for last character.大多数情况下,它发生在最后一个字符上。 I think wait step can solve this problem.我认为等待步骤可以解决这个问题。 But don't know how to add wait within workflow of DA.但不知道如何在 DA 的工作流程中添加等待。

Screenshot added for more clearance.添加屏幕截图以获得更多许可。 在此处输入图像描述

Here String was "G030".这里字符串是“G030”。 But Kofax RPA can't add the last character.但 Kofax RPA 无法添加最后一个字符。 If you know solution about this issue, please share.如果您知道有关此问题的解决方案,请分享。 and please share how to add wait step within workflow?请分享如何在工作流程中添加等待步骤?

To answer your question regarding waiting: use a guarded choice and set it to "When seconds have passed":要回答有关等待的问题:使用受保护的选择并将其设置为“当几秒钟过去时”:

谨慎选择 . .

Regarding missing characters - I saw this a lot when working with SAP.关于丢失的字符——我在使用 SAP 时看到了很多。 The way I solved it was - instead of using "Enter Text in Field", I would use the clipboard and then paste it into the field.我解决它的方法是 - 而不是使用“在字段中输入文本”,我会使用剪贴板,然后将其粘贴到字段中。 Use "Device Input Steps" > "Set Clipboard" to set the text in question, and then simply perform a "Paste in Field".使用“设备输入步骤”>“设置剪贴板”来设置有问题的文本,然后简单地执行“在字段中粘贴”。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 SAP Business Objects财务合并Excel加载项自动化 - SAP Business Objects Financial Consolidation Excel Add-In Automation SAP4HANA UI 自动化。 如何? - SAP4HANA UI automation. How? 如何使用SAP SOAP WSDL在Android SOAP webservices程序中添加用户名和密码作为URL参数? 桌面浏览器贴脸 - How can Add username and password as URL parameter in Android SOAP webservices program with SAP SOAP WSDL? with desktop browser cheeking 如何在MS SharePoint Workflow中从SAP获取用户信息? - How to get user information from SAP in an MS SharePoint Workflow? 如何使sap lumira桌面不导入大数据 - How to make sap lumira desktop NOT import big data 如何使用带有DLL的Automation Anywhere在SAP中获取具有属性的IDObject? - How to get the IDObject with Attribute in SAP using Automation Anywhere with DLL? 有谁知道如何在 Automation Anywhere 11 中自动化 SAP 登录 - Does anyone know how to automate SAP Login in Automation Anywhere 11 为什么在运行时未填充KOFAX SAP功能模块Z_DICOM_STORE_USING_FB60_FB65? - Why is KOFAX SAP Function Module Z_DICOM_STORE_USING_FB60_FB65 not being Populated when Run? 使用“SAPFEWSELib”的 C# SAP 自动化。 如何按下下拉列表中的按钮? - C# SAP automation using “SAPFEWSELib”. How do I press a button from a drop down list? 在SharePoint上自动化Excel活动 - Automation of Excel activity on SharePoint
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM