I tried several ways to decode it - but found no way to do it in make.com
I tired using this website and was able to detect that the code I got is a Quoted-printable encoding with Windows-1255 character set.
Do you know of any service / API / function in make that will be able to get such a code and automatically identify it and decode it - without providing the encoding and character set?
Please provide the output bundles of the modules by running the scenario, then click the white speech bubble on the top-right of each module, save the bundle contents in your text editor as a bundle.txt file, and upload it here into this discussion thread.
Providing the output bundles will allow others to replicate what is going on in the scenario even if they do not use the external service.
This will allow others to better assist you. Thanks!
Hello, @Ram
I hope everything is going well for you.
You can decode the string above in one of two ways:
To decode the string, utilize the AWS Lambda function by using (Invoke lambda function module). To accomplish this, write the Python code in the lambda function on AWS and then call the function with the desired raw text (Input). You will receive the desired outcome.
To Invoke the lambad function on AWS, you may alternatively utilize the HTTP module instead of the Lambda module. Other actions are the same as those mentioned above.
Hi @samliew
Thanks for your reply.
I tired using the “Convert the encoding of a text” module before opening this post - but unfortunately it’s not working.
There is nothing really going on in the module output - but there it is
Hi @kaustubh_dalvi
until now I had no experience with utilize AWS Lambda.
I guess I need to open an account on amazon and setup the environment for that?
Do you have the relevant instructions for this?
Is there a free tire while using AWS Lambda?
Hey , @Ram
I suggested the correct solution, but unfortunately, it seems this solution doesn’t involve Make (inbuild module) directly. Instead, you can utilize a Lambda function (on make.com).
If you find my solution satisfactory, please mark it as solved.