Api body to csv

how can I save/download the content of a api response as a csv?

Based on a api query with the bubble api connector I’ll get a response of the external api. Its a csv content as a body response.

Now I want to download this content as a csv file.

Hey fok_ste,

Is it an option to use the workflow action “Download data as CSV” and as data source use “Get data from an external API”?

If there are unwanted characters in the body you need to get rid of use find&replace to get rid of them.

yeah - that is what i tried.
but in data source - there is nothing that I can select that would work

What is the error for the data source and is it an option to save the data first before you download it?