Hey all,
I'm new here (apologies in advance for naïve questions).
I have a very simple business problem and I can't help but feel I am missing something, because the Power Platform (~Power Automate) seems to make it so hard/time consuming to do what I thought would simple things.
I have an excel workbook that users enter data in. The data is then transformed using a Power Query. I then want to out save the transformed data to a CSV file in a location (using a variable name in from the workbook entry). In VBA this is a walk in the park. I'm trying to modernise and use the power platform, but I feel like I have been thrown into an Apple inspired dystopia ("we know best, follow these pretty GUI buttons with pretty colours - don't try to think") !!
So I have a the transformed data in table in the workbook. My understanding is that my "simple" save as CSV file, is the following flow:

Ok, a bit convoluted, but fair enough. Then I find that to specify each and every column as a parameter within the Select action, AND I have to this graphically (Really??). Is there any other way?

The code view is nice (almost comforting), until you try to edit. I dabbled with text mode - but it still has blobs of graphics in it. When I try to copy code (from the viewer, or the text tips for the graphical field representation) into here, it spits the dummy about my JSON syntax.

Am I missing something, or is this the new world? 20 or 30 columns, 20 or 30 (x3 or 4) mouse clicks and then swap to text entry, oops then back to mouse...
Cheers Dug
ps: Sorry if I sound disillusioned, and I am all for no-code, low-code solutions, but this strikes me as super tedious (hope I am just so new at using it, I am doing it the slow way).