Hi!
I'm trying to build an automated flow that sends an email whenever a specific condition is met from the data in Excel. What I'm having a problem with is that I want to track the number of emails that the flow sends for every entry in excel. Can anyone help me with this?
Tried doing that but somehow the results showed different number for each user the flow sent an email with. All email count should've started with 1 count at the start of the flow
Results:
@Mel16 Initialize one variable of type int and increment that variable on your condition match. Store that variable info in your excel and then reset your variable and use again for another condition.
Please 'Thumbs Up' the posts that helped you and 'Accept as Solution' if my post answered your question.