Generate Yearly Report Project

Hi,

Hope your doing good.

I have started the project also have attached the XAML file, I have added some activities can u pls check and tell me am I doing correct.

Main.xaml (30.6 KB)

It looks correct but you need to work on “Best Practices

“Best Practises” In the sense?

I told you earlier to store your credentials in the orchestrator, and naming conventions, don’t do hard coding etc.

Ok got it, will do the same.

I will execute the project, i will seek help where I get error.

Hi Akhil,

While selecting the vendor information, i’m not able to select the TaxID separately, after selecting the complete vendor information if give the sting function Getdata.Split(“ID:”)(1) like this. Im getting ouput like this.

Pls assist on this akhil

Hello,

Generate Yearly Report - Process Design Document.pdf (524.8 KB)

Refer to this document and make the process flow, where you are stuck share a Screenshot.

Thank you,
Akhil

Hi Akhil,

I have the PDD already with me.

While selecting the vendor information, i’m not able to select the TaxID separately, after selecting the complete vendor information if give the sting function Getdata.Split(“ID:”)(1) like this. Im getting ouput like this.

Pls assist on this akhil

Try this:

Getdata.Split("TaxID:")(1).trim.Split("Name")(0)

Thank you,
Akhil

Hi Akhil,

Thank u so much.
which click activity has to use for this

Use click activity, while you targeting the element press F6 and select option which you want

Hi Akhil,

When I try to select it is showing like this, can u assist pls.

Along with that I’m getting error also.

This error occurred reason is: While you’re clicking on element is at that time element was not found
like this:

use Highlight option:

image

Use another selector (Fuzzy/ image) and before running process verify Download Monthly Report Ui Element is triggered or not

Hi Akhil,

Im attaching my XAML file.
Main.xaml (31.9 KB)
after Assign activity it is throwing a error

Can u please help me on this.

Your clickable event in not get by bot, check your click activity and verify it properly work or not

you can use hover activity also it works very fine

Hi Akhil,

Pls help me move further, which activity has to use and what type of syntax I have to use for months?


s

use select item activity
and provide all months in an array
then use for each activity to loop the months one byone

Hi,

I’m getting error on this, can you please help me on this.

try to re indicate input box and check, update the selector
use strict selector with correct attributes