Skip to main content

Hi everyone,

I have tried to create a list of values of type dictionary. The aim is to loop through values retrieved from a webpage, set a key-value system, and make a list out of it.

I have created a list of type “Any”. When I put and retrieve values, it works correctly. However, when I stat iterating, the values are erased and replaced in elements of the list already addressed. How can I avoid having the values changed ?

Here is the code :

And the screenshots

I would expect the values at ListL0] not to change.

Use the Dictionary: Assign action instead.

 


You can find the source code of the bot here: 
A360-List_of_dictionaries.json - GitHub Gist
You can use this extension to import the source code to a task bot: 
Bot Assistant - Chrome Web Store (google.com)


Reply