Dynamic Selector for Type Into

Hello again,

I need small help from you.

I must enters some amounts in specific columns in one app, when robot enters claim number, robot with hot key went to column for amount, enters that amount and he goes to new line and repeat process again with enters Claim number and again in amount column, he enters first amount, nut new one in new line doesn’t, and in that point I have problem, robot stops. I tried to set selector but unsuccessful. I will share screen shots
image

Can anyone help?

Hi
with respect to this i hope we need to check once with the input passed as well to that TYPE INTO activity

may i know from where the input is obtained and how its entered or passed via type into activity
Cheers @Gagi77

@Palaniyappan Robot enters value from excel file
here is a shot
image

Hi
is this variable “douAmountPaidRT” assigned with row(“columnname”).ToString inside the FOR EACH ROW activity, for next row value to be passed from the column we have in excel
@Gagi77

No my friend, all process is into FOR Each loop, because i have more claim numbers for one Code.

For each row is a type of data row. Logic is looks like that

Assign
drCustomerCode =dtTemplateFIle.Select(“[Customer Code] ='” +strCustomerCodeCR + “'”)–type DataRow

For Each
item drCustomerCode

Assign
strClaim = item(“Claim #/Invoice #/ PO #”).ToString

douAmoundDueRT = CDBL(item("AmontDue))

@Palaniyappan

Fine as mentioned when the robot stops is it throwing error regarding the selector
and if so have we replaced the dynamic part of selector with WILD CARD * symbol for specific attribute and to its value

Cheers @Gagi77

Yes, tried that so many times

This is now, and same is happened
image

@Palaniyappan

Fine
get the selector with a click activity on clicking the first cell
and another click activity to get the selector of second cell under the same column so that we can compare the selector and find the mismatch
@Gagi77

@Palaniyappan great idea. Thanks buddy

@Palaniyappan still have same issue, robot just stops

were we able to find any difference in selector
@Gagi77

@Palaniyappan Here buddy

But robot stops when he must entered Amount in second row of that column

Fine
did we try replacing those two attribute values with wild card symbol *
@Gagi77

@Palaniyappan Yes I did buddy, I add a message box before Type into, in first row he show me amount , in second he didn’t show amount .
Type into

In try catch I set message box also, and I have this error
image

mention like this and try once buddy
for first name attribute
name = ‘*GridRow’

and for next name attribute
name = ‘*Column/Row’

Cheers @Gagi77

@Palaniyappan

Before IF, where is type into, I have scrape relative activity, first he scrapes amount and if they a different,robot enters Amount from excel. Now in that activity I have issue, he scrape only first row, enters amount and he don’t scrape next row. I will attach workflow to see.FR_CashReceiptsWorkflow.zip (18.4 KB)

@Palaniyappan I tried and with counter, still stuck.

Robot scrape just first row, enters Claim# in first row, then goes to second row of app, enters Claim#, goes to Amount, scrape again previous row, and enters Amount in previous row. I don’t know how to find solution. In this case I need dynamic selectors for Scrape and for Type Into.
If anyone can help also I will appreciate

Thanks guys

Resolved @Palaniyappan thnak you for your time buddy

Cheers @Gagi77