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