cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with Get all Items

NikiHayer
Level 2
Hello everyone,

I have a problem: 

We have a Windows application in which we have previously read a table (recorded as a List View Element) with "Get all Items" as a collection. Now this Windows application will be updated to a new version.

In this new version, "Get all Items" no longer works with this List View Element.
It outputs the error message: "Internal: Invalid collection data returned from action - are field names duplicated?".

Does anyone know the error and what to do about it?

------------------------------
Niki Hayer
Deployer
Postbank Service GmbH
Europe/Berlin
------------------------------
1 REPLY 1

HarpreetKaur
Level 7
Hello Niki,

There's a couple things you can try here:
1. Try changing the spy mode to AA or UI mode and then use the Read Stage for those elements.
2. Try cleaning the collection before the Get All Items read action.
3. See if you can spy the first call or the first row and then try feeding in dynamic counter values to increment values to read values from the next cell/row and keep adding all this to a collection.
3. Lastly, you can read all the data into a text and then perform some string functions on that data item to sort it out into a collection

------------------------------
Harpreet Kaur Product Consultant
------------------------------