
Base64 functions in “Execute JavaScript”
Encoding and decoding Base64 is now possible in the “Execute JavaScript” step using the built-in functions $fn.base64.encode and $fn.base64.decode.
Benefits:
- ⦁ Time-saving: Possibility to encode and decode values from responses and for requests directly in the “Execute JavaScript” step.
- ⦁ Simplicity: No need for additional steps to perform Base64 encoding or decoding.
Projects > Assets > Flow controls and functions tab > Functions > Execute JavaScript > Configuration > JavaScript editor
