Apologies I am brand new to power automate, I am trying to export a CSV file at the same time. This is my code on my button press. I am using Shane Youngs video on youtube.
Set(varFormattedJSON, JSON(collog, JSONFormat.IndentFour));
exportlogs.Run(varFormattedJSON);
Then I want to send that CSV file to the user.

So how do I add the users email in the to box on Send an email (V2)