Brand new to PowerAutomate so apologies if I make some sort of faux paus here...
im attempting to follow the tutorial linked below
https://www.enjoysharepoint.com/power-automate-export-sharepoint-list-to-excel-and-send-an-email/
but when I attempt to create the csv using the first row from select parsed values using
first(body('Select_Parse_Values'))
, the flow fails with the always super informative
"Encountered internal server error. The tracking Id is '445e543f-670e-48fa-9d86-0cc348407053'."
The output from the select statement seems to return an appropriate list of information. A small snippet is below