Get-clones | Listloop not reading all clones | Could not find instance from KeyProvided
In my automation I am using usekeys/get-clones, and with a listloop I want to read every clone. The listloop is not iterating though all the clones, but stops half way with an error message:
Could not find instance from Key Provider. KeyName: Key KeyProviderName: Rows
When I do the interrogation I can see that all the objects are matched, all the rows are being shown, I cannot see any difference between rows that are being yielded, and rows that are not being yielded with the listloop.
I've implemented serveral pauses to slow down the robot and give the method get-clones enough time, but speed is not the issue...
Any ideas?