Array geometry with different height

Hi guys,
I am looking for a way to array one rectangle along the path but in different heights (I mean the second one has 3 mm height, the third one has 4 mm and the fourth has 5mm and so on). How is it possible to do it in grasshopper?
Thank you

you should have a look into series and translation(move) in gh

Thanks for your reply
But I don’t want to move those array geometries. I want to increase the height of each box sequentially (without any gap). Can I use anything instead of move?


scale?

Maybe try inverting the order of the extrude and array? First move the ‘base’, then extrude to different heights using the series data?

Thank you so much. This is exactly what I need!