Update Data: Collection Variable: set index

Hi,

Can I update a collection variable setting the index where the information will be stored?

Thanks
Sergio

If your question is, 'can I access and modify an object in a collection by their zero-based index?' -- yes. There is a Get method (GetAt??...) that retrieves objects in collections by index.

Hi Smith, I have to set a value in object in determinated index, can i do this?

Thanks
Sergio

I can't recall if the objects themselves are mutable, but you can retrieve, modify, and replace the object if not.

1 Like

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.