<?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>question Re: How to auto-calculate Planned Start and Planned End dates using Flow Designer? in Community Central forum</title>
    <link>https://www.servicenow.com/community/community-central-forum/how-to-auto-calculate-planned-start-and-planned-end-dates-using/m-p/3520692#M6593</link>
    <description>&lt;P&gt;&lt;FONT color="#000000"&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/1011057"&gt;@Sahil Mir&lt;/a&gt;&amp;nbsp;,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#000000"&gt;1.as per your requirement,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;The Planned End Date should be 24 hours greater than the Planned Start Date&lt;BR /&gt;Planned start date=Actual start date + 15 minutes&lt;BR /&gt;so, Planned end date =Planned start date +24 hours&lt;BR /&gt;which is &lt;STRONG&gt;PED = Actual start date +24 hours +15 minutes&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;BR /&gt;&lt;/STRONG&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2026-04-07 at 2.43.12 PM.png" style="width: 999px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/509025i9618519ACA402000/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2026-04-07 at 2.43.12 PM.png" alt="Screenshot 2026-04-07 at 2.43.12 PM.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2.Yes this works on form level,&lt;BR /&gt;--Create any change record,For example create a emergency Change&lt;BR /&gt;--Then request approval -&amp;gt; state changes to authorize&lt;BR /&gt;--After Approval -&amp;gt; state changes to schedule&lt;BR /&gt;-- Now when we click on implement the actual start date populates&lt;BR /&gt;&lt;BR /&gt;--As per our trigger conditions when state changes to implement the flow executes&lt;BR /&gt;now refresh the form ,the planned dates will get populated.&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 07 Apr 2026 09:22:28 GMT</pubDate>
    <dc:creator>Rakesh_M</dc:creator>
    <dc:date>2026-04-07T09:22:28Z</dc:date>
    <item>
      <title>How to auto-calculate Planned Start and Planned End dates using Flow Designer?</title>
      <link>https://www.servicenow.com/community/community-central-forum/how-to-auto-calculate-planned-start-and-planned-end-dates-using/m-p/3520520#M6587</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;I am working on a Change Request form and need help implementing date/time logic using Flow Designer.&lt;/P&gt;&lt;H4&gt;&lt;STRONG&gt;Fields involved&lt;/STRONG&gt;&lt;/H4&gt;&lt;UL&gt;&lt;LI&gt;Actual Start Date&lt;/LI&gt;&lt;LI&gt;Planned Start Date&lt;/LI&gt;&lt;LI&gt;Planned End Date&lt;/LI&gt;&lt;/UL&gt;&lt;H4&gt;&lt;STRONG&gt;Requirement&lt;/STRONG&gt;&lt;/H4&gt;&lt;UL&gt;&lt;LI&gt;The Planned Start Date should be 15 minutes greater than the Actual Start Date&lt;UL&gt;&lt;LI&gt;Example: If Actual Start Date is 2:00 AM, Planned Start Date should be 2:15 AM&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;LI&gt;The Planned End Date should be 24 hours greater than the Planned Start Date&lt;/LI&gt;&lt;/UL&gt;&lt;H4&gt;&lt;STRONG&gt;Constraints&lt;/STRONG&gt;&lt;/H4&gt;&lt;UL&gt;&lt;LI&gt;This must be implemented only using Flow Designer.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2026 06:06:22 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/how-to-auto-calculate-planned-start-and-planned-end-dates-using/m-p/3520520#M6587</guid>
      <dc:creator>Sahil Mir</dc:creator>
      <dc:date>2026-04-07T06:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to auto-calculate Planned Start and Planned End dates using Flow Designer?</title>
      <link>https://www.servicenow.com/community/community-central-forum/how-to-auto-calculate-planned-start-and-planned-end-dates-using/m-p/3520553#M6588</link>
      <description>&lt;P&gt;&lt;FONT color="#000000"&gt;Hello&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/1011057"&gt;@Sahil Mir&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;1.Configure the trigger condition as follows:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2026-04-07 at 11.52.23 AM.png" style="width: 999px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/508994i88AAED64467E9EC4/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2026-04-07 at 11.52.23 AM.png" alt="Screenshot 2026-04-07 at 11.52.23 AM.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/FONT&gt;2.Now, click on &lt;STRONG&gt;Action&lt;/STRONG&gt; and select &lt;STRONG&gt;Update Record&lt;/STRONG&gt;.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2026-04-07 at 11.54.40 AM.png" style="width: 999px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/508996iF31BD97A42D55D54/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2026-04-07 at 11.54.40 AM.png" alt="Screenshot 2026-04-07 at 11.54.40 AM.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;3.Select fields to be updated as Planned start date and Planned end date.&lt;BR /&gt;Using data pills select actual start date as value&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2026-04-07 at 11.58.14 AM.png" style="width: 999px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/509000iBCD792368442A0F9/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2026-04-07 at 11.58.14 AM.png" alt="Screenshot 2026-04-07 at 11.58.14 AM.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;4.Now click on function icon then Date &amp;amp; Time &amp;gt;&amp;gt; Add Time and enter 15 minutes and click apply.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2026-04-07 at 12.03.05 PM.png" style="width: 999px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/509002i0ED9C54A49C677E9/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2026-04-07 at 12.03.05 PM.png" alt="Screenshot 2026-04-07 at 12.03.05 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;5. Similarly add time to planned end date and apply.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2026 06:36:30 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/how-to-auto-calculate-planned-start-and-planned-end-dates-using/m-p/3520553#M6588</guid>
      <dc:creator>Rakesh_M</dc:creator>
      <dc:date>2026-04-07T06:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to auto-calculate Planned Start and Planned End dates using Flow Designer?</title>
      <link>https://www.servicenow.com/community/community-central-forum/how-to-auto-calculate-planned-start-and-planned-end-dates-using/m-p/3520554#M6589</link>
      <description>&lt;P&gt;&lt;FONT color="#000000"&gt;Hello&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/1011057"&gt;@Sahil Mir&lt;/a&gt;&amp;nbsp;,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#000000"&gt;I wanted to add: please configure the trigger condition as per the requirement.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2026 06:38:38 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/how-to-auto-calculate-planned-start-and-planned-end-dates-using/m-p/3520554#M6589</guid>
      <dc:creator>Rakesh_M</dc:creator>
      <dc:date>2026-04-07T06:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to auto-calculate Planned Start and Planned End dates using Flow Designer?</title>
      <link>https://www.servicenow.com/community/community-central-forum/how-to-auto-calculate-planned-start-and-planned-end-dates-using/m-p/3520564#M6590</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/1011057"&gt;@Sahil Mir&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;so what you started and where are you stuck?&lt;/P&gt;
&lt;P&gt;share screenshots&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2026 06:54:14 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/how-to-auto-calculate-planned-start-and-planned-end-dates-using/m-p/3520564#M6590</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2026-04-07T06:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to auto-calculate Planned Start and Planned End dates using Flow Designer?</title>
      <link>https://www.servicenow.com/community/community-central-forum/how-to-auto-calculate-planned-start-and-planned-end-dates-using/m-p/3520654#M6591</link>
      <description>&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/941690"&gt;@Rakesh_M&lt;/a&gt;.&amp;nbsp;&lt;BR /&gt;I have set up all the condition correctly and it is working fine but the thing is for the third field which is planning end date it is adding the day but not the time correctly. Like if Planning start date is 2025-04-17 12:15:00 then the planning end date should be&amp;nbsp;2025-04-18 12:15:00. It is adding time 15 minutes less. I have attached the screen shot for your reference kindly check it and tell me where I'm making mistake.&amp;nbsp;&lt;BR /&gt;One more thing can I test it directly from change record, like if I make some changes on change record on form level will it work there?&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2026 08:45:31 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/how-to-auto-calculate-planned-start-and-planned-end-dates-using/m-p/3520654#M6591</guid>
      <dc:creator>Sahil Mir</dc:creator>
      <dc:date>2026-04-07T08:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to auto-calculate Planned Start and Planned End dates using Flow Designer?</title>
      <link>https://www.servicenow.com/community/community-central-forum/how-to-auto-calculate-planned-start-and-planned-end-dates-using/m-p/3520688#M6592</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/265966"&gt;@Ankur Bawiskar&lt;/a&gt;.&lt;BR /&gt;I did it, now it is working but the problem is it's not working on form level, it only works when I'm testing any change request from flow. How will it work on form level?&amp;nbsp;&lt;BR /&gt;I have attached two screenshots for you. ( problem 3 ) ss is when I'm testing it form flow and ( problem 4 ) is when I'm directly making change on form level in change table.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2026 09:19:33 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/how-to-auto-calculate-planned-start-and-planned-end-dates-using/m-p/3520688#M6592</guid>
      <dc:creator>Sahil Mir</dc:creator>
      <dc:date>2026-04-07T09:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to auto-calculate Planned Start and Planned End dates using Flow Designer?</title>
      <link>https://www.servicenow.com/community/community-central-forum/how-to-auto-calculate-planned-start-and-planned-end-dates-using/m-p/3520692#M6593</link>
      <description>&lt;P&gt;&lt;FONT color="#000000"&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/1011057"&gt;@Sahil Mir&lt;/a&gt;&amp;nbsp;,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#000000"&gt;1.as per your requirement,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;The Planned End Date should be 24 hours greater than the Planned Start Date&lt;BR /&gt;Planned start date=Actual start date + 15 minutes&lt;BR /&gt;so, Planned end date =Planned start date +24 hours&lt;BR /&gt;which is &lt;STRONG&gt;PED = Actual start date +24 hours +15 minutes&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;BR /&gt;&lt;/STRONG&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2026-04-07 at 2.43.12 PM.png" style="width: 999px;"&gt;&lt;img src="https://www.servicenow.com/community/image/serverpage/image-id/509025i9618519ACA402000/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2026-04-07 at 2.43.12 PM.png" alt="Screenshot 2026-04-07 at 2.43.12 PM.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2.Yes this works on form level,&lt;BR /&gt;--Create any change record,For example create a emergency Change&lt;BR /&gt;--Then request approval -&amp;gt; state changes to authorize&lt;BR /&gt;--After Approval -&amp;gt; state changes to schedule&lt;BR /&gt;-- Now when we click on implement the actual start date populates&lt;BR /&gt;&lt;BR /&gt;--As per our trigger conditions when state changes to implement the flow executes&lt;BR /&gt;now refresh the form ,the planned dates will get populated.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2026 09:22:28 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/how-to-auto-calculate-planned-start-and-planned-end-dates-using/m-p/3520692#M6593</guid>
      <dc:creator>Rakesh_M</dc:creator>
      <dc:date>2026-04-07T09:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to auto-calculate Planned Start and Planned End dates using Flow Designer?</title>
      <link>https://www.servicenow.com/community/community-central-forum/how-to-auto-calculate-planned-start-and-planned-end-dates-using/m-p/3520734#M6594</link>
      <description>&lt;P&gt;Thank you so much&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/941690"&gt;@Rakesh_M&lt;/a&gt;&amp;nbsp; now it is working finely.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2026 10:02:49 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/how-to-auto-calculate-planned-start-and-planned-end-dates-using/m-p/3520734#M6594</guid>
      <dc:creator>Sahil Mir</dc:creator>
      <dc:date>2026-04-07T10:02:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to auto-calculate Planned Start and Planned End dates using Flow Designer?</title>
      <link>https://www.servicenow.com/community/community-central-forum/how-to-auto-calculate-planned-start-and-planned-end-dates-using/m-p/3520743#M6595</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/1011057"&gt;@Sahil Mir&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;flow runs in background and once record saved it will take some time to reflect the form changes&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":light_bulb:"&gt;💡&lt;/span&gt; If my response helped, please mark it as correct &lt;span class="lia-unicode-emoji" title=":white_heavy_check_mark:"&gt;✅&lt;/span&gt; and close the thread &lt;span class="lia-unicode-emoji" title=":locked:"&gt;🔒&lt;/span&gt;— this helps future readers find the solution faster! &lt;span class="lia-unicode-emoji" title=":folded_hands:"&gt;🙏&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2026 10:15:25 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/how-to-auto-calculate-planned-start-and-planned-end-dates-using/m-p/3520743#M6595</guid>
      <dc:creator>Ankur Bawiskar</dc:creator>
      <dc:date>2026-04-07T10:15:25Z</dc:date>
    </item>
  </channel>
</rss>

