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
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
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)
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 ,
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)