I have a spreadsheet with 3 columns: ID, Name, and URL.
I have a flow that launches Edge, navigates to the URL and prints it to PDF.
So I need to grab the ID of a row, append it to a pre-defined URL, and name the file the value from the Name column, and I need it to do that for every row in my spreadsheet.
I could do this in my sleep in a cloud Flow but unsure of how to do it in the desktop app.