How to access a specific element in an array

I have an Iterator which has a iteration variable I.

Inside of the loop I want to access the element/data of the array at position/index i

Could somebody help me do this? The things i tried don’t work.

Thanks in advance

Hi @FabianHerh
You can retrieve the data using the get and map functions. If you provide the output from the previous module and indicate the specific element you need, we can provide further assistance.

If you require additional assistance, please don’t hesitate to reach out to us.
MSquare Support
Visit us here
Youtube Channel

3 Likes

@Msquare_Automation Thanks. Managed to get it to work with your tip

1 Like