<?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: How to avoid sending fields to API or other plarform endpoints in Workato Pros Discussion Board</title>
    <link>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-avoid-sending-fields-to-api-or-other-plarform-endpoints/m-p/6511#M2844</link>
    <description>&lt;P&gt;What I mentioned above will omit the field all together. This is a standard approach in most of our builds, as the need to omit key value pairings is common.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 23 Apr 2024 18:07:30 GMT</pubDate>
    <dc:creator>csadler</dc:creator>
    <dc:date>2024-04-23T18:07:30Z</dc:date>
    <item>
      <title>How to avoid sending fields to API or other plarform endpoints</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-avoid-sending-fields-to-api-or-other-plarform-endpoints/m-p/6412#M2811</link>
      <description>&lt;P&gt;I have noticed weird behavior recently. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was building a recipe and when I add "blank" word under the formula fields, that field will not sending to the endpoints.&lt;/P&gt;&lt;P&gt;But with the latest updates, when I send the same content to different endpoints, it is sending empty "" value to the destination.&lt;/P&gt;&lt;P&gt;Is there anything changed recently or does anyone knows how to avoid sending the fields to the endpoint ( I cant not assign the value. this is dynamic and has to assign variable. if variable does not have value, I should not sending this to the endpoint )&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2024 03:27:50 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-avoid-sending-fields-to-api-or-other-plarform-endpoints/m-p/6412#M2811</guid>
      <dc:creator>sampath</dc:creator>
      <dc:date>2024-04-16T03:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid sending fields to API or other plarform endpoints</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-avoid-sending-fields-to-api-or-other-plarform-endpoints/m-p/6449#M2827</link>
      <description>&lt;P&gt;For most connectors, you can use the formula keyword (in formula mode) skip in order to have the connector omit the key all together. In practice, if you are feeding in a data pill, this is frequently paired with a presence check on the data pill and double pipes, allowing you to send the skip only when the provided data pill is empty:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="Screenshot 2024-04-19 090327.jpg" style="width: 400px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/1142i3129B21C189DEEC1/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Screenshot 2024-04-19 090327.jpg" alt="Screenshot 2024-04-19 090327.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;As for expected behavior for sending blank values: As far as I was aware most connectors will forward the key with an empty string or even a null value. Some API's require blank strings in order to clear fields that do not otherwise have a "DELETE" verb associated with the correct record.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Apr 2024 18:04:43 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-avoid-sending-fields-to-api-or-other-plarform-endpoints/m-p/6449#M2827</guid>
      <dc:creator>csadler</dc:creator>
      <dc:date>2024-04-19T18:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid sending fields to API or other plarform endpoints</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-avoid-sending-fields-to-api-or-other-plarform-endpoints/m-p/6459#M2833</link>
      <description>&lt;P&gt;I just dont need to send blank or empty string. I need to avoid sending that field when there are no value assigned.&amp;nbsp;&lt;/P&gt;&lt;P&gt;this happened in the loop and dynamically. some instance it has values and some instances there are no value. in that cases, I need to avoid sending.&lt;/P&gt;</description>
      <pubDate>Sun, 21 Apr 2024 22:20:42 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-avoid-sending-fields-to-api-or-other-plarform-endpoints/m-p/6459#M2833</guid>
      <dc:creator>sampath</dc:creator>
      <dc:date>2024-04-21T22:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid sending fields to API or other plarform endpoints</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-avoid-sending-fields-to-api-or-other-plarform-endpoints/m-p/6511#M2844</link>
      <description>&lt;P&gt;What I mentioned above will omit the field all together. This is a standard approach in most of our builds, as the need to omit key value pairings is common.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Apr 2024 18:07:30 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-avoid-sending-fields-to-api-or-other-plarform-endpoints/m-p/6511#M2844</guid>
      <dc:creator>csadler</dc:creator>
      <dc:date>2024-04-23T18:07:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid sending fields to API or other plarform endpoints</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-avoid-sending-fields-to-api-or-other-plarform-endpoints/m-p/9509#M3886</link>
      <description>&lt;P&gt;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/10182"&gt;@csadler&lt;/a&gt;&amp;nbsp; Unfortunately I have not observed the behavior you are proposing. When I have used the [skip] function, I have observed the exact same thing as&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/9367"&gt;@sampath&lt;/a&gt;&amp;nbsp;. The key-value pair shows up in my payload as having a "null" value. I also need the key-value pair to disappear entirely, as the [skip] function seems to suggest. I am having to make distinct schemas for each "if present" scenario as a result and it is getting untenable.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-04-03 at 2.42.41 PM.png" style="width: 400px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/1973iF6B71FC83884831A/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Screenshot 2025-04-03 at 2.42.41 PM.png" alt="Screenshot 2025-04-03 at 2.42.41 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-04-03 at 2.29.35 PM.png" style="width: 400px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/1972iBA0C52BDF0B2136D/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Screenshot 2025-04-03 at 2.29.35 PM.png" alt="Screenshot 2025-04-03 at 2.29.35 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; Were either of you able to find a resolution to this?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Apr 2025 20:42:55 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-avoid-sending-fields-to-api-or-other-plarform-endpoints/m-p/9509#M3886</guid>
      <dc:creator>spencerstone</dc:creator>
      <dc:date>2025-04-03T20:42:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid sending fields to API or other plarform endpoints</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-avoid-sending-fields-to-api-or-other-plarform-endpoints/m-p/9531#M3891</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/9367"&gt;@sampath&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;Here I provided solution for the above mentioned issue.&lt;BR /&gt;&lt;A href="https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-omit-empty-key-value-pairs-from-payload/td-p/9513" target="_blank"&gt;How to omit empty key-value pairs from Payload - Systematic Community - 9513&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Please let me know if you need further clarification. I am happy to help.&lt;BR /&gt;&lt;BR /&gt;Thanks and Regards,&lt;BR /&gt;Shivakumara K A&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Apr 2025 13:00:48 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-avoid-sending-fields-to-api-or-other-plarform-endpoints/m-p/9531#M3891</guid>
      <dc:creator>shivakumara</dc:creator>
      <dc:date>2025-04-04T13:00:48Z</dc:date>
    </item>
  </channel>
</rss>

