Hi,
I'm trying to write a flow where a Form is submitted with an attachment. I followed the recommendations by @yashag2255
At the step where I send an email (with the attachment) I am getting an error message:
{"errors":[{"message":"The filename of your attachment cannot contain CRLF characters.","field":"attachments.0.filename","help":"http://sendgrid.com/docs/API_Reference/Web_API_v3/Mail/errors.html#message.attachments.filename"}]}
Any ideas where I am going wrong please?
thanks 😕
Solved! Go to Solution.
Hello Team,
You are committing a very basic mistake. You are trying to pass the FILE CONTENT property to FILE NAME which is not correct, you need to pass in the Attachment file name over there not the file content.
Here is what you need to understand -
SO the value that you have put in Attachment file name goes in Attachment field and the value that you have put in Attachment field goes in Attachment file name, simple mistake !!
Just change the values and your flow will succeed as per expectation.
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
Hello Team,
You are committing a very basic mistake. You are trying to pass the FILE CONTENT property to FILE NAME which is not correct, you need to pass in the Attachment file name over there not the file content.
Here is what you need to understand -
SO the value that you have put in Attachment file name goes in Attachment field and the value that you have put in Attachment field goes in Attachment file name, simple mistake !!
Just change the values and your flow will succeed as per expectation.
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
User | Count |
---|---|
36 | |
15 | |
15 | |
13 | |
8 |
User | Count |
---|---|
42 | |
33 | |
25 | |
13 | |
12 |