<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Attachment issue in graph send mail in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Attachment-issue-in-graph-send-mail/m-p/109230#M49495</link>
    <description>&lt;P&gt;The error message suggests that there might be an issue with the column indexing in your code when trying to send an email with an attachment using the Microsoft Graph API. Make sure that you are referencing the correct column index or column name when accessing the data. Double-check your code to ensure that you are correctly specifying the attachment and its properties. If the issue persists, consider providing more details or seeking assistance from the Microsoft Graph API documentation or support resources.&lt;A href="https://community.blueprism.com/t5/Product-Forum/Attachment-issue-in-graph-send-mail/td-p/59918" target="_blank"&gt;https://community.blueprism.com/t5/Product-Forum/Attachment-issue-in-graph-send-mail/td-p/59918&lt;/A&gt;&amp;nbsp;&lt;A href="https://www.igmguru.com/blog/roadmap-to-learn-generative-ai/" target="_blank"&gt;&lt;STRONG&gt;how to learn generative ai&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 04 Apr 2024 07:06:01 GMT</pubDate>
    <dc:creator>lizaclarraa</dc:creator>
    <dc:date>2024-04-04T07:06:01Z</dc:date>
    <item>
      <title>Attachment issue in graph send mail</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Attachment-issue-in-graph-send-mail/m-p/59918#M13471</link>
      <description>&lt;P&gt;Facing error while sending mail with attachment in graph api &lt;BR /&gt;&lt;BR /&gt;Internal : Unexpected error Cannot execute action "Send Mail" due to an error when running custom code: Cannot find column 1.&lt;/P&gt;
&lt;P&gt;Any idea to encounter this?&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Pradeep IDC&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Feb 2024 05:15:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Attachment-issue-in-graph-send-mail/m-p/59918#M13471</guid>
      <dc:creator>Pradeep_IDC</dc:creator>
      <dc:date>2024-02-13T05:15:00Z</dc:date>
    </item>
    <item>
      <title>RE: Attachment issue in graph send mail</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Attachment-issue-in-graph-send-mail/m-p/59919#M13472</link>
      <description>&lt;P&gt;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/13560"&gt;@Pradeep_IDC&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I assume you're referring to the &lt;STRONG&gt;Microsoft Graph API - Outlook&lt;/STRONG&gt; connector? If so, the Send Mail action includes an input collection that should contain information about the files you're trying to attach to the email. Are you passing in a populated Collection? If so, can you post a screenshot of what it looks like?&lt;/P&gt;
&lt;P&gt;FYI - This connector has been deprecated. For future reference you want to look at the &lt;STRONG&gt;Microsoft 365 - Outlook&lt;/STRONG&gt; VBO.&lt;/P&gt;
&lt;P&gt;Cheers,&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Feb 2024 14:00:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Attachment-issue-in-graph-send-mail/m-p/59919#M13472</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2024-02-13T14:00:00Z</dc:date>
    </item>
    <item>
      <title>RE: Attachment issue in graph send mail</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Attachment-issue-in-graph-send-mail/m-p/59920#M13473</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Yes, I used this &lt;STRONG&gt;Microsoft Graph API - Outlook&lt;/STRONG&gt; connector, but getting error in attachment collection.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;FYI - This connector has been deprecated. For future reference you want to look at the&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Microsoft 365 - Outlook&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;VBO, Sure, Eric.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks much!&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Pradeep IDC&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Feb 2024 04:22:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Attachment-issue-in-graph-send-mail/m-p/59920#M13473</guid>
      <dc:creator>Pradeep_IDC</dc:creator>
      <dc:date>2024-02-14T04:22:00Z</dc:date>
    </item>
    <item>
      <title>RE: Attachment issue in graph send mail</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Attachment-issue-in-graph-send-mail/m-p/59921#M13474</link>
      <description>&lt;P&gt;&lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/13560"&gt;@Pradeep_IDC&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Did you see the rest of my comment/question? &lt;SPAN&gt;The &lt;EM&gt;&lt;STRONG&gt;Send Mail&lt;/STRONG&gt;&lt;/EM&gt; action includes an input collection that should contain information about the files you're trying to attach to the email. Are you passing in a populated Collection? If so, can you post a screenshot of what it looks like? The exception you mentioned seems to be related to that input Collection.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Eric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital ExchangeEric Wilson&lt;BR /&gt;Director, Integrations and Enablement&lt;BR /&gt;Blue Prism Digital Exchange&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 14 Feb 2024 16:28:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Attachment-issue-in-graph-send-mail/m-p/59921#M13474</guid>
      <dc:creator>ewilson</dc:creator>
      <dc:date>2024-02-14T16:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: RE: Attachment issue in graph send mail</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Attachment-issue-in-graph-send-mail/m-p/109224#M49494</link>
      <description>&lt;P&gt;Hi Eric, Could you please let me know the cost of blue prism license and cost per bot ?&lt;/P&gt;&lt;P&gt;Please provide your valuable idea.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2024 05:52:33 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Attachment-issue-in-graph-send-mail/m-p/109224#M49494</guid>
      <dc:creator>Pradeep_IDC</dc:creator>
      <dc:date>2024-04-04T05:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: Attachment issue in graph send mail</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Attachment-issue-in-graph-send-mail/m-p/109230#M49495</link>
      <description>&lt;P&gt;The error message suggests that there might be an issue with the column indexing in your code when trying to send an email with an attachment using the Microsoft Graph API. Make sure that you are referencing the correct column index or column name when accessing the data. Double-check your code to ensure that you are correctly specifying the attachment and its properties. If the issue persists, consider providing more details or seeking assistance from the Microsoft Graph API documentation or support resources.&lt;A href="https://community.blueprism.com/t5/Product-Forum/Attachment-issue-in-graph-send-mail/td-p/59918" target="_blank"&gt;https://community.blueprism.com/t5/Product-Forum/Attachment-issue-in-graph-send-mail/td-p/59918&lt;/A&gt;&amp;nbsp;&lt;A href="https://www.igmguru.com/blog/roadmap-to-learn-generative-ai/" target="_blank"&gt;&lt;STRONG&gt;how to learn generative ai&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2024 07:06:01 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Attachment-issue-in-graph-send-mail/m-p/109230#M49495</guid>
      <dc:creator>lizaclarraa</dc:creator>
      <dc:date>2024-04-04T07:06:01Z</dc:date>
    </item>
  </channel>
</rss>

