我可以使用RPA Automation Anywhere删除多封电子邮件吗

问题描述 投票:1回答:1

我正在尝试执行Gmail的任务,以使用对象克隆和循环删除Automation Anywhere中的特定邮件,即使在路径中提供了$ counter $后(捕获后),也仅对第一条邮件进行了循环。它必须选择Gmail收件箱中的多封电子邮件。请查看所附屏幕截图中的代码。任何输入表示赞赏,谢谢!

1.open browser
2.object cloning:Get Property 'HTML Inner Text'of static text""from windows 'Inbox*';Assign to variable"$Prompt-Assignment",Source:Window;play-Type:object
3.Start loop"$Prompt-Assignment$"Times
4.object cloning:Get Property 'HTML Inner Text' of static text"Indeed" from windows 'Inbox*';Assign to variable "$Vsubject",Source:Window;play-Type:object
5.if $Vsubject$ EqualTo(=)"Indeed" Then
6.object cloning:click on pane windows 'Inbox*';Click type:Click;Source:Window;play-Type:object
rpa automationanywhere
1个回答
1
投票
如果您必须删除某些包含“ xxxxx”主题的电子邮件,那么我会说
© www.soinside.com 2019 - 2024. All rights reserved.