Hi
In task 1 I'm setting a variable with print(“test,secret=john”)
How can I use the content of test variable (John) in task 2?
Trying to use @@{test}@@ as a string will only return xxxx (the mask but not the content)
Thanks,
Avi
Hi
In task 1 I'm setting a variable with print(“test,secret=john”)
How can I use the content of test variable (John) in task 2?
Trying to use @@{test}@@ as a string will only return xxxx (the mask but not the content)
Thanks,
Avi
Best answer by JoseNutanix
Hi Avico,
This is expected. You are setting the attribute secret, it means the outputs in the audit tab will get obfuscated. If on the second script where you are using the macro you do something like echo @@{test}@@ > output.txt you’ll see the word john.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.