<?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: Workato Trigger Behavior with Null Salesforce Date Fields in Workato Pros Discussion Board</title>
    <link>https://systematic.workato.com/t5/workato-pros-discussion-board/workato-trigger-behavior-with-null-salesforce-date-fields/m-p/11336#M4405</link>
    <description>&lt;P&gt;Have you tried with Query?&lt;/P&gt;&lt;P&gt;if not, Please try with SOQL query once and let me know, if you still face an error.&lt;/P&gt;</description>
    <pubDate>Fri, 21 Nov 2025 08:35:03 GMT</pubDate>
    <dc:creator>rajeshjanapati</dc:creator>
    <dc:date>2025-11-21T08:35:03Z</dc:date>
    <item>
      <title>Workato Trigger Behavior with Null Salesforce Date Fields</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/workato-trigger-behavior-with-null-salesforce-date-fields/m-p/11318#M4397</link>
      <description>&lt;P&gt;In my recipe, I’m using a trigger condition to pick new or updated Contracts from Salesforce where:&lt;/P&gt;&lt;P&gt;contract_end_date.to_date &amp;gt; yesterday&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;If one of the records has a blank or null Contract End Date, how does the Salesforce connector behave? Will it still evaluate and process the remaining records that meet the trigger condition, or will the empty date cause the entire batch to fail?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Nov 2025 09:26:58 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/workato-trigger-behavior-with-null-salesforce-date-fields/m-p/11318#M4397</guid>
      <dc:creator>San</dc:creator>
      <dc:date>2025-11-20T09:26:58Z</dc:date>
    </item>
    <item>
      <title>Re: Workato Trigger Behavior with Null Salesforce Date Fields</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/workato-trigger-behavior-with-null-salesforce-date-fields/m-p/11319#M4398</link>
      <description>&lt;P&gt;Hi &lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/12534"&gt;@San&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Here’s how the Salesforce connector will behave in this scenario:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;A null Contract_End_Date will not break the batch.&lt;/STRONG&gt;&lt;BR /&gt;Workato evaluates the trigger condition for each record individually.&amp;nbsp;&lt;BR /&gt;If Contract_End_Date is null, it simply &lt;EM&gt;doesn’t meet&lt;/EM&gt; the condition of&amp;nbsp;Contract_End_Date.to_date &amp;gt; yesterday, so Workato &lt;STRONG&gt;skips that record&lt;/STRONG&gt;.&lt;BR /&gt;The remaining records that match the condition will be processed normally.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;If you also want to pick up records where the Contract_End_Date is blank&lt;/STRONG&gt;, you can update your condition to include null values in WHERE &lt;SPAN&gt;clause&lt;/SPAN&gt;:&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;Contract_End_Date &amp;gt; YESTERDAY &lt;SPAN class=""&gt;OR&lt;/SPAN&gt; &lt;SPAN class=""&gt;Contract_End_Date&lt;/SPAN&gt; &lt;SPAN class=""&gt;=&lt;/SPAN&gt; &lt;SPAN class=""&gt;null&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;This way, your recipe will fetch both records with recent end dates &lt;STRONG&gt;and&lt;/STRONG&gt; those with an empty end date field.&lt;/P&gt;&lt;P&gt;Feel free to share more details if you need help refining the logic!&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;J Rajesh Kumar.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Nov 2025 10:19:25 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/workato-trigger-behavior-with-null-salesforce-date-fields/m-p/11319#M4398</guid>
      <dc:creator>rajeshjanapati</dc:creator>
      <dc:date>2025-11-20T10:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: Workato Trigger Behavior with Null Salesforce Date Fields</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/workato-trigger-behavior-with-null-salesforce-date-fields/m-p/11321#M4399</link>
      <description>&lt;P&gt;Thank you for the reply, I am also expecting to skip that record and process remaining records that match the condition. But instead I see a below error at recipe and stopped processing any records.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-11-20 at 11.57.53.png" style="width: 400px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2432i04E3022D0E9BB70B/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Screenshot 2025-11-20 at 11.57.53.png" alt="Screenshot 2025-11-20 at 11.57.53.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;&lt;P&gt;San&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Nov 2025 10:58:54 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/workato-trigger-behavior-with-null-salesforce-date-fields/m-p/11321#M4399</guid>
      <dc:creator>San</dc:creator>
      <dc:date>2025-11-20T10:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: Workato Trigger Behavior with Null Salesforce Date Fields</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/workato-trigger-behavior-with-null-salesforce-date-fields/m-p/11322#M4400</link>
      <description>&lt;P&gt;Will you please share the screenshot of the Trigger configuration with WHERE condition.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;J Rajesh Kumar.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Nov 2025 12:42:28 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/workato-trigger-behavior-with-null-salesforce-date-fields/m-p/11322#M4400</guid>
      <dc:creator>rajeshjanapati</dc:creator>
      <dc:date>2025-11-20T12:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: Workato Trigger Behavior with Null Salesforce Date Fields</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/workato-trigger-behavior-with-null-salesforce-date-fields/m-p/11323#M4401</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;Weird, above I have attached the screenshot but now I am getting don't have permission to upload the screenshot.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Below is my trigger condition:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;New/updated&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Contract&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;in&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Salesforce&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;IF&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Contract End DateStep 1.to_date()&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;greater than&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;now.to_date() - 1.days&lt;BR /&gt;AND&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Send to BCStep 1&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;is true&lt;BR /&gt;AND&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;StatusStep 1&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;does not equal&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Draft&lt;BR /&gt;AND&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Last Modified By IDStep 1&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;does not equal&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Workato_userProperties&lt;BR /&gt;AND&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;StatusStep 1&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;does not equal&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;In Approval Process&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 20 Nov 2025 13:08:27 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/workato-trigger-behavior-with-null-salesforce-date-fields/m-p/11323#M4401</guid>
      <dc:creator>San</dc:creator>
      <dc:date>2025-11-20T13:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: Workato Trigger Behavior with Null Salesforce Date Fields</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/workato-trigger-behavior-with-null-salesforce-date-fields/m-p/11325#M4402</link>
      <description>&lt;P&gt;Ah, now I am able to upload. Please find below screenshot.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-11-20 at 14.09.09.png" style="width: 400px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2433i8D2102EC70B643C8/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Screenshot 2025-11-20 at 14.09.09.png" alt="Screenshot 2025-11-20 at 14.09.09.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 20 Nov 2025 13:10:09 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/workato-trigger-behavior-with-null-salesforce-date-fields/m-p/11325#M4402</guid>
      <dc:creator>San</dc:creator>
      <dc:date>2025-11-20T13:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: Workato Trigger Behavior with Null Salesforce Date Fields</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/workato-trigger-behavior-with-null-salesforce-date-fields/m-p/11329#M4403</link>
      <description>&lt;P&gt;actually your error is, formula can't be applied to NULL values, for that simply you can add another trigger condition like &lt;STRONG&gt;CONTRACT_END_DATE.isPresent&amp;nbsp;&lt;/STRONG&gt;as shown in image.&lt;/P&gt;&lt;P&gt;You can implement this in 2 approaches,&lt;/P&gt;&lt;P&gt;1. as you mentioned about trigger conditions&lt;/P&gt;&lt;P&gt;2. using &lt;STRONG&gt;SOQL WHERE&amp;nbsp;clause&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Please check the images for both approaches:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-11-20 220703.png" style="width: 352px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2435i0315A8BDCE7E3525/image-dimensions/352x290/is-moderation-mode/true?v=v2" width="352" height="290" role="button" title="Screenshot 2025-11-20 220703.png" alt="Screenshot 2025-11-20 220703.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-11-20 220632.png" style="width: 392px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2436iB2D0A2B91B953C51/image-dimensions/392x369/is-moderation-mode/true?v=v2" width="392" height="369" role="button" title="Screenshot 2025-11-20 220632.png" alt="Screenshot 2025-11-20 220632.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Hope you got my point?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;&lt;P&gt;J Rajesh Kumar.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Nov 2025 16:44:47 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/workato-trigger-behavior-with-null-salesforce-date-fields/m-p/11329#M4403</guid>
      <dc:creator>rajeshjanapati</dc:creator>
      <dc:date>2025-11-20T16:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: Workato Trigger Behavior with Null Salesforce Date Fields</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/workato-trigger-behavior-with-null-salesforce-date-fields/m-p/11335#M4404</link>
      <description>&lt;P&gt;Yes, I was able to resolve the issue by adding a null check in my condition. Before applying this fix, the recipe was not processing records even when they met the criteria. Ideally, the connector should throw an error for only the problematic record and continue processing the remaining valid records, but in this case the entire job stopped due to the null value.&lt;/P&gt;&lt;P&gt;Isn't it connector need to handle this smartly ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank You&lt;/P&gt;&lt;P&gt;San&lt;/P&gt;</description>
      <pubDate>Fri, 21 Nov 2025 08:27:18 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/workato-trigger-behavior-with-null-salesforce-date-fields/m-p/11335#M4404</guid>
      <dc:creator>San</dc:creator>
      <dc:date>2025-11-21T08:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: Workato Trigger Behavior with Null Salesforce Date Fields</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/workato-trigger-behavior-with-null-salesforce-date-fields/m-p/11336#M4405</link>
      <description>&lt;P&gt;Have you tried with Query?&lt;/P&gt;&lt;P&gt;if not, Please try with SOQL query once and let me know, if you still face an error.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Nov 2025 08:35:03 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/workato-trigger-behavior-with-null-salesforce-date-fields/m-p/11336#M4405</guid>
      <dc:creator>rajeshjanapati</dc:creator>
      <dc:date>2025-11-21T08:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: Workato Trigger Behavior with Null Salesforce Date Fields</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/workato-trigger-behavior-with-null-salesforce-date-fields/m-p/11352#M4406</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/12534"&gt;@San&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;Here is my understanding on the ask&lt;BR /&gt;&lt;STRONG&gt;Why it can affect other jobs&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;When multiple jobs share the same object and trigger condition, they compete for the same evaluation logic.&lt;/LI&gt;&lt;LI&gt;If one job encounters an error (e.g., missing field value, invalid condition), the system might:&lt;UL&gt;&lt;LI&gt;Fail the evaluation for that job only (ideal scenario).&lt;/LI&gt;&lt;LI&gt;Or, in some implementations, &lt;STRONG&gt;block the trigger evaluation for all jobs using that condition&lt;/STRONG&gt; until the error is resolved.&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Concurrency Behavior:&lt;/STRONG&gt; When concurrency is set to 3, the recipe does not display an error message upfront like it does when concurrency is 1. If you want the trigger to validate and show errors before processing, that’s not recommended—but you can always add a condition check after the recipe is triggered.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Field Type Impact:&lt;/STRONG&gt; For Date/DateTime fields, missing values behave differently in your case, fields are not mandatory. Comparisons like “less than” or “greater than” on empty dates will show an error even though recipe is running, unlike numeric fields (e.g., amount, ID) where such conditions typically skip the job.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;Trigger Conditions:&lt;/STRONG&gt;&lt;BR /&gt;Add the condition shown in the last image to prevent error messages in the recipe.&lt;/LI&gt;&lt;LI&gt;The logic checks if the date field exists:&lt;UL&gt;&lt;LI&gt;If present, it uses the actual date field.&lt;/LI&gt;&lt;LI&gt;If not, it assigns a default value (in this case, now.to_date() - 1.days) for comparison against your date condition.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Concurrency=1" style="width: 999px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2447i73F97346CF4CC251/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Salesforce error_concurrancy 1.png" alt="Concurrency=1" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Concurrency=1&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Concurrency set to more than 1" style="width: 999px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2446iB55310C3F59A7C21/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Salesforce_concurrancy.png" alt="Concurrency set to more than 1" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Concurrency set to more than 1&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="No errors in case concurrency set more than 1" style="width: 999px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2445i42E6A4853671B6EB/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Salesforce_no errors.png" alt="No errors in case concurrency set more than 1" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;No errors in case concurrency set more than 1&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Skipping job when I set the Amount as trigger condition with not sending any values" style="width: 484px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2449i135AF4B5320A9A17/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="skipping job.png" alt="Skipping job when I set the Amount as trigger condition with not sending any values" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Skipping job when I set the Amount as trigger condition with not sending any values&lt;/span&gt;&lt;/span&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Date fix_salesforce.png" style="width: 999px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2450iB6825F377E3CD639/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Date fix_salesforce.png" alt="Date fix_salesforce.png" /&gt;&lt;/span&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Skipping job when we set up above condition" style="width: 999px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2452i7D23AB1ABE50F7A0/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Skipping_)1.png" alt="Skipping job when we set up above condition" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Skipping job when we set up above condition&lt;/span&gt;&lt;/span&gt;&lt;BR /&gt;Thanks and Regards,&lt;BR /&gt;Shivakumara K A&lt;/P&gt;</description>
      <pubDate>Sat, 22 Nov 2025 07:14:40 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/workato-trigger-behavior-with-null-salesforce-date-fields/m-p/11352#M4406</guid>
      <dc:creator>shivakumara</dc:creator>
      <dc:date>2025-11-22T07:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: Workato Trigger Behavior with Null Salesforce Date Fields</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/workato-trigger-behavior-with-null-salesforce-date-fields/m-p/11402#M4419</link>
      <description>&lt;P&gt;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/8685"&gt;@shivakumara&lt;/a&gt;&amp;nbsp;- thank you for the detailed explanation.&lt;SPAN&gt;&amp;nbsp;I was able to resolve the issue by adding a null check in my condition.&amp;nbsp;Good to know that setting concurrency to more than 1 is also an another option.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank You&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;San&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Dec 2025 11:57:30 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/workato-trigger-behavior-with-null-salesforce-date-fields/m-p/11402#M4419</guid>
      <dc:creator>San</dc:creator>
      <dc:date>2025-12-03T11:57:30Z</dc:date>
    </item>
  </channel>
</rss>

