Stephen Miller
Stephen Miller

Reputation: 11

Decode the contents of a Variable using the Base64 Decode Tag

I have been trying to decode a Base64 string in my API Response Body. When I put my variable into the Base64 Decode:

enter image description here

I can see that is create a Base64 for my variable name and not the value in the variable.

If I place the contents of my variable I see the decode:

enter image description here

How do I use the Base64 Decode to decode my ResposeBody Base64 value in my variable?

Thank you.

Upvotes: 0

Views: 96

Answers (0)

Related Questions