Email trigger on Start Node truncates attachment filenames with underscore (_[number])
Hi,
We are using a Start Event with a Receive Message trigger configured for Email messages.
When an incoming email contains an attachment named Render_2026091902.pdf, Appian automatically creates and stores the document as Render.pdf in msg!properties.Attachments, completely stripping the underscore and the numeric string.
Testing findings:
-
Render_2026091902.pdfsaved asRender.pdf(truncated). -
Render-2026091902.pdfsaved asRender-2026091902.pdf(works fine).
Since this happens during message ingestion at the Start Node trigger level (before process flow execution), is this a known issue or intended behavior related to document versioning suffixes?
