How to convert a base64 url string (csv file) into a file i can handle?

Using a from to add a file, but i cant upload it to drive, or create a temp file as i just have abase64 url, how to convert this into a file i can read and use?

Its a bit annoying that many things did change in a way that i need to rework the majority of my flows . Anbd the support forum is not helpful att all! Didn´t helped me a single time now and i tried often! To find a relevant entry is like searching the needle!

Hello @Benjamin_Hubner , Welcome to the community :wave:,

You can pass the Base64 URL in the upload file action of Google Drive, as shown in the image. Can you share what error this step displays?

Also you can use Read File action to read content of csv file as shown in below image and use CSV piece to convert it to JSON.

1 Like

i think i know the problem, no error code but the file is just the url. I think i added the wrong field and added the url instead of the string. Can´t test it right now as loading and saving takes hours.

Hi @Benjamin_Hubner

Do you still face issue?