Expand my Community achievements bar.

Getting attachment name from email endpoint

Avatar

Level 7

What would be the parameter to get the attachment name from using the Email endpoint ?

3 Replies

Avatar

Former Community Member

Use the Document function in a Set Value as follows

getDocAttribute(/process_data/@inputDocument,'wsfilename')

where @inputDocument is the variable name for the attachment.

Steve

Avatar

Level 7

Is the @inputDocument a document or string ?

What would I specify in the input settinngs of the variable ?

Aditya

Avatar

Level 7

For giggles, I tried to use the variable as a document and assigned it to the string variable and it worked !!

Thank you Steve !

Aditya