I have a cloud flow that calls a desktop flow to which I need to pass three text values. Since OneDrive is accessible to both, I'm using the Create File action to create a .txt file in OneDrive with one value per line. The text file is created successfully and looks fine. In Desktop, the Get file content step is only retrieving "Byte [50]".

When I look at Get file content's documentation, it says the output is binary. How can I simply read the text from the file, splitting each line into a variable? Again, this is a text file in OneDrive, it is not local.
Is there a better way to pass text values from cloud to desktop flows?