When an Automation Engine (AE) Variable with a value longer than1024 characters is written to a script and/or process output with :Print &VARA#,
the output will be limited to 1024 characters and the missing part will be indicated with “…”.
This is the expected behavior because the :Print function has the limitation: maximum 1024 characters
as documented in our product documentation:
https://docs.automic.com/documentation/webhelp/english/AWA/12.1/DOCU/12.1/AWA%20Guides/help.htm#AE_AWA_Source/Script/ucaadu.htm?Highlight=:printThe purpose of the :Print limitation is to avoid extensive growth of reports and indirectly to maintain the overall Database and AE performance regarding the RT- Report Table.