Some of our passwords are like %password%123. Automise tries to find a variable name %password% to subsitute. Any way to escape the % character?
Thanks
Some of our passwords are like %password%123. Automise tries to find a variable name %password% to subsitute. Any way to escape the % character?
Thanks
Hi
A single % sign is escaped by two percent signs %%. So your password value would need to read as %%password%%123.
Escaping variable references and disabling recursive expansion of variables is covered in the help file under Variables -> Escaping Variable References.
Hope this helps.
Regards,
Steve