Hey everyone:
Is it possible to increase a counter or enumerate the elements in a Select action?
I want to get the rows from an Excel file and in the Select action, add a third row that is a sequence number / counter.
I've already tried adding an expression, but the number is always 1: add(variables('myCounter'), 1)
Is this feasible or I would need to look for a workaround?

(I'm using this image that I saw in a JCook answer as example)