Help Needed: Base64 Decoding in Make Fails with toBinary() ({empty} Error)

Hello @Marc64,
This example is based on the Hello world you mentioned on the original topic.

Based on the attached image, 1 and 2 also work well as expected without error. But 3 gave me an error.

These are copied syntax from the example I used. Keep in mind that 3rd one also gives me errors as well.

  1. {{toBinary("SGVsbG8gV29ybGQ="; "base64")}}
  2. {{toString(toBinary("SGVsbG8gV29ybGQ="; "base64"))}}
  3. {{toBinary("""SGVsbG8gV29ybGQ="""; base64)}}

Cover your syntax with backtick ( ` ). It’s more readable.

I hope this helps you.


:bulb:P.S.: Always search first, Check Make Academy. If this is helpful, mark it as a solution :white_check_mark: and :+1:
Need expert help or have questions? Contact or comment below! :point_down: