Hi I am using FME Form 2021
I am passing a ArcGIS portal login (including domain) as a user parameter
e.g. username@sss.co.uk
When I try to get the value in pythonCaller
portalAdmin = str(FME_MacroValuese'ArcGIS_Portal_UserName']).strip()
It is coming as
I am unable to use this to login to my portal in pythonCaller.
Any idea how to escape the @ sign ?