If Condition on scrapping

how to use if condition on data scrapping whether data is saved in excel file or not?

Hello @guptasweb ,

Use a if condition and check the Row count.

If(DT.Rows.Count>0). If it is greater than zero then Table is extracted.

1 Like

similarly if i want to use if activity on click then how to use it??

Use element exists and it will return a boolean output. Use it in the if condition.

if i want to use if condition on save attachment then how to do it??

U mean download attachment?

Yes…if i want to check whether the emails are downloaded or not? then how to do it??

how to use if condition in smtp? to check whether file is send or not?

You mean you want to check whether the mail is sent?? There is no check available like that… after sending the email maybe you check in send items with the heading of the email… if you found some email then mail is sent else failed to sent or stuck in outbox