I have an Retool DB where I get some product information, convert it to csv format and then send it to our partner's system with POST-request as a csv-file named "file.csv".
How should I convert this data to that CSV-format and send it as file in POST Request?
I have tried multiple different ways of processing the data with JS and nothing seems to work as intended.
Great!! That works! I managed to make some python requests botch for the time being but that your solution is exactly what I wanted. So to do it with less coding and to use that Retool resource instead of making it with python API call.