<?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: Schedules for email in Alteryx Designer Desktop Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Schedules-for-email/m-p/1252922#M312092</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am also trying to schedule an email that will be sent after every quarter ends. Like if the quarter ends on March 31 then email will be sent on April 1. Is that possible?&lt;/P&gt;</description>
    <pubDate>Wed, 20 Mar 2024 09:25:06 GMT</pubDate>
    <dc:creator>roige_28</dc:creator>
    <dc:date>2024-03-20T09:25:06Z</dc:date>
    <item>
      <title>Schedules for email</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Schedules-for-email/m-p/1071141#M264955</link>
      <description>&lt;P&gt;Hello community,&lt;BR /&gt;I am stuck with an issue which is something like this:&lt;/P&gt;&lt;P&gt;I wanted to run a workflow from Monday to Friday and followed by next week Monday I want the workflow to send out emails. Is anyone can help me on this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;THANKS IN ADVANCE&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jan 2023 20:31:48 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Schedules-for-email/m-p/1071141#M264955</guid>
      <dc:creator>TabsheerMohamed</dc:creator>
      <dc:date>2023-01-25T20:31:48Z</dc:date>
    </item>
    <item>
      <title>Re: Schedules for email</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Schedules-for-email/m-p/1071173#M264960</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/397204"&gt;@TabsheerMohamed&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would you please elaborate on what you need help with?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alteryx - using Email tool - can help you send emails.&lt;/P&gt;&lt;P&gt;Alteryx Server - if you have it - can help you schedule this workflow so it runs according to your timeline.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jan 2023 21:44:55 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Schedules-for-email/m-p/1071173#M264960</guid>
      <dc:creator>Christine_Assaad</dc:creator>
      <dc:date>2023-01-25T21:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: Schedules for email</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Schedules-for-email/m-p/1071355#M265005</link>
      <description>&lt;P&gt;I have a workflow which already has the email tool on it, and I am able to run the schedules every day, but I wanted to do something like the workflow can run every day and the email should send out only on every Monday.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much for your response.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2023 12:55:14 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Schedules-for-email/m-p/1071355#M265005</guid>
      <dc:creator>TabsheerMohamed</dc:creator>
      <dc:date>2023-01-26T12:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: Schedules for email</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Schedules-for-email/m-p/1071359#M265008</link>
      <description>&lt;P&gt;How about a filter before your email tool that will only allow records through on Mondays?&lt;/P&gt;&lt;P&gt;&lt;EM&gt;DateTimeFormat(DateTimeToday(),"%a")="Mon"&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2023 13:11:13 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Schedules-for-email/m-p/1071359#M265008</guid>
      <dc:creator>Christina_H</dc:creator>
      <dc:date>2023-01-26T13:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: Schedules for email</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Schedules-for-email/m-p/1071361#M265009</link>
      <description>&lt;P&gt;Thank you so much, I will try this one!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2023 13:13:42 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Schedules-for-email/m-p/1071361#M265009</guid>
      <dc:creator>TabsheerMohamed</dc:creator>
      <dc:date>2023-01-26T13:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: Schedules for email</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Schedules-for-email/m-p/1071395#M265019</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/397204"&gt;@TabsheerMohamed&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use the config like this here, maybe showing the image can help. If its monday, then we have a row passing through the filter and the append tool works, the email is then sent. If it is not monday, the append tool do not let rows go to the email tool, so there is no email.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Felipe_Ribeir0_0-1674740621800.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/283522iD44DA6FEF0EF15B1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Felipe_Ribeir0_0-1674740621800.png" alt="Felipe_Ribeir0_0-1674740621800.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2023 13:49:32 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Schedules-for-email/m-p/1071395#M265019</guid>
      <dc:creator>Felipe_Ribeir0</dc:creator>
      <dc:date>2023-01-26T13:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: Schedules for email</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Schedules-for-email/m-p/1071467#M265037</link>
      <description>&lt;P&gt;Thank you, Felipe! It works well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2023 15:36:45 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Schedules-for-email/m-p/1071467#M265037</guid>
      <dc:creator>TabsheerMohamed</dc:creator>
      <dc:date>2023-01-26T15:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: Schedules for email</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Schedules-for-email/m-p/1252922#M312092</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am also trying to schedule an email that will be sent after every quarter ends. Like if the quarter ends on March 31 then email will be sent on April 1. Is that possible?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Mar 2024 09:25:06 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Schedules-for-email/m-p/1252922#M312092</guid>
      <dc:creator>roige_28</dc:creator>
      <dc:date>2024-03-20T09:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: Schedules for email</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Schedules-for-email/m-p/1283860#M320649</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I have a workflow where I am generating PDF using render tool. I want to send the said PDFs out on quarterly basis as an email.&lt;BR /&gt;How do i do that?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2024 20:04:45 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Schedules-for-email/m-p/1283860#M320649</guid>
      <dc:creator>Nandani_11</dc:creator>
      <dc:date>2024-06-11T20:04:45Z</dc:date>
    </item>
  </channel>
</rss>

