I need to create a file with wp1252 encoding out of a string that I generate in my Zap and then save it in google drive.
However, when I convert the string with Python into the correct encoding, Zapier can’t work with it as return value and wants my Python code to output an utf-8 encoded string.
Apparently I also can’t create a temporary file with Python and access it in the next step (or at least I couldn’t figure out how, even with the Zapier documentation and the built-in AI chatbot).
Does anyone have an idea of how I can achieve my goal of creating a wp1252 encoded file with Zapier and then save it in google drive?
Thanks in advance!!