I am trying to get data from business reports in amazon seller central using http module, the data is in raw binary format + with gzip

:bullseye: What is your goal?

To get clean binary data

:thinking: What is the problem & what have you tried?

My problem is I am getting data in the following form:
���Yo�8ǿ �U��.��q�M�:��6�-�@��PG6$�m�/Dɱ����b�}����C� �r� ��V.����b
I have tried archive , convert the encoding of the text, set variable

hello, how are you doing. are you still having difficulty passing your data from raw binary to text?
if yes you can try this method
Have you tried Advanced Settings “Find the field called “Response type” and change it to Binary.”
After that module, add a Tools → Set Variable module. In the value field, enter this formula: toString({{1.data}}; "utf-8")

I am doing good, just got stuck with this raw binary data .
Thank you for your response, I really appreciate it.
I am using http module, and I don’t see any such option