Unable to use for each property without selector

input element property is not working for for each loop(
for each
item in list instead it is coming only list so cannot use input element property in get attribute activity .

How to resolve it

HI @apoorva_mehta

Try to upgrade or downgrade the system.activities and uiautomation.activities package

Regards
Sudharsan

Also Checkout this thread @apoorva_mehta

Regards
Sudharsan

tried , the activity was added but an exception is thrown System.ArgumentException: An item with the same key has already been added. Key: NApplicationCard_7 at System.Collections.Generic.Dictionary`2.TryInsert(TKey key, TValue value, InsertionBehavior behavior)

Can you try any other key for dictionary? @apoorva_mehta

Dict(“another name”)

Regards
Sudharsan

Hi @apoorva_mehta,

You can’t add multiple keys with same name in a single dictionary, so each time you have to change key name for the dictionary.

ForExample :

YourDict(“NApplicationCard”+Counter.tostring)=YourValue
and try to increament your counter within the foreach activity.

Regards,
Dibyaprakash

not working now select is not working exception is thrown
i am trying to select data from dropdown one by one record

Hi @apoorva_mehta

What exception it throws?

Regards
Sudharsan

Hi @apoorva_mehta ,

Could you maybe show us a Screenshot of the implementation and also specifying what are the types of variables used in it ?

Screenshot with error and dropdown.docx (254.0 KB)

So you are trying to get the values in the dropdown and them as a list in for each , is that right?

If yes you can try with Find Children

Regards
Sudharsan