Hey @Daniel_Lof ,
So the data you are mapping in your google sheet comes from the HTTP module, and this seems to be an array of data. If you use an array as variable within your scenario, it will always only use a certain index of the array, which means it will always be the same data.
If you would like to iterate over the array, use an iterator and then map the values from the iterator and not the HTTP module. This way it will have the correct data