Write from mail in excel

Hi,
I read mails and then I want to write the in excel in the first empty row one under the other. How can I do that.
I try like this, but every time he write in the some row.
image

@JOHOHO Can you Show us the Full workflow or Can you provide the xaml, so that we can analyse it?

Heare, this is my full workflow


@JOHOHO This is because you have initialised counter = 1 inside the for each :sweat_smile:, put it before the For Each Loop. Then it should update all the rows

1 Like

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