Decode the contents of a Variable using the Base64 Decode Tag #7420
Replies: 1 comment
-
I figured it out. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been trying to decode a Base64 string in my API Response Body. When I put my variable into the Base64 Decode:
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:
How do I use the Base64 Decode to decode my ResposeBody Base64 value in my variable?
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions