简体   繁体   中英

RPA Alternate Wait Command options

I am building a bot that is sorting large amounts of data in excel (90k lines +). My issue is that the completion time of this command is variable ranging anywhere from a few seconds to 15 minutes. However there are no commands that will let me proceed to the next step. I am forced to use a delay command for 10-15 minutes. The Wait for window or screen change command do no work because the data changes every month. Can anyone think of an alternative solution?

Thanks!

You could use a VBscript file(.vbs) for performing your sort.

Since VBS scripts can easily get running instances of Excel and interact with them. Also VBS scripts are synchronous so AA will wait for the script to finish execution if invoked through "Run Script" command.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM