Not able to get input schema for attachment field in Email sender snap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-13-2017 10:16 AM
Hi,
I am using Email sender snap in my pipeline,
I am able to get the input view data from the input snap in Email sender snap without any problem for the fields like ‘to, from, subject etc…’
Howerver I am not able to get the input view data for Attachment field of the Email sender snap.
Has anyone had the same issue?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-13-2017 01:18 PM
With file writer, whatever is available before the email snap will be available.
The other way of doing it is copy the content before doing any other operation and lead another branch to merge or inner join with the email snap.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-13-2017 01:19 PM
I just had a talk with Support.
So its not a matter of not able to use a upstream variables in the ‘Attachment’ field, but a bug that expression dropdown list of the ‘Attachment’ field of Email sender do NOT show the upstream variables.
Thanks