<?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: Optional strings in a schema in Workato Pros Discussion Board</title>
    <link>https://systematic.workato.com/t5/workato-pros-discussion-board/optional-strings-in-a-schema/m-p/3913#M1802</link>
    <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/2489"&gt;@bboren&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;If you 'skip' the fields that are left blank when you run the recipe, are they still included in the payload?&lt;BR /&gt;You can learn more on that here:&amp;nbsp;&lt;A href="https://docs.workato.com/formulas/other-formulas.html#skip" target="_blank" rel="noopener"&gt;https://docs.workato.com/formulas/other-formulas.html#skip&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;This section on creating a new access profile for API may also be helpful:&amp;nbsp;&lt;A href="https://docs.workato.com/api-mgmt/api-client-mgmt.html#create-new-access-profile" target="_blank" rel="noopener"&gt;https://docs.workato.com/api-mgmt/api-client-mgmt.html#create-new-access-profile&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Please let me know if neither of these resources are helpful in your case. I may need more info on your specific use case in order to better assist.&lt;/P&gt;
&lt;P&gt;If you would like to &lt;A href="https://support.workato.com/en/support/tickets/new" target="_self"&gt;submit a ticket for support, you may do so here.&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 17 Feb 2023 13:38:29 GMT</pubDate>
    <dc:creator>meghan-legaspi</dc:creator>
    <dc:date>2023-02-17T13:38:29Z</dc:date>
    <item>
      <title>Optional strings in a schema</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/optional-strings-in-a-schema/m-p/3912#M1801</link>
      <description>&lt;P&gt;I am trying to create a custom REST API call.&amp;nbsp; I am able to get the JSON payload required and use Workato to generate a schema form that.&amp;nbsp; However, I am stuck when dealing with fields that are allowed to have blank values.&lt;BR /&gt;If I make the field optional it is not being included in the payload if blank.&amp;nbsp; If I make it mandatory it won't let me not populate it and run the recipe.&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Feb 2023 23:51:23 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/optional-strings-in-a-schema/m-p/3912#M1801</guid>
      <dc:creator>bboren</dc:creator>
      <dc:date>2023-02-16T23:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: Optional strings in a schema</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/optional-strings-in-a-schema/m-p/3913#M1802</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/2489"&gt;@bboren&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;If you 'skip' the fields that are left blank when you run the recipe, are they still included in the payload?&lt;BR /&gt;You can learn more on that here:&amp;nbsp;&lt;A href="https://docs.workato.com/formulas/other-formulas.html#skip" target="_blank" rel="noopener"&gt;https://docs.workato.com/formulas/other-formulas.html#skip&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;This section on creating a new access profile for API may also be helpful:&amp;nbsp;&lt;A href="https://docs.workato.com/api-mgmt/api-client-mgmt.html#create-new-access-profile" target="_blank" rel="noopener"&gt;https://docs.workato.com/api-mgmt/api-client-mgmt.html#create-new-access-profile&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Please let me know if neither of these resources are helpful in your case. I may need more info on your specific use case in order to better assist.&lt;/P&gt;
&lt;P&gt;If you would like to &lt;A href="https://support.workato.com/en/support/tickets/new" target="_self"&gt;submit a ticket for support, you may do so here.&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2023 13:38:29 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/optional-strings-in-a-schema/m-p/3913#M1802</guid>
      <dc:creator>meghan-legaspi</dc:creator>
      <dc:date>2023-02-17T13:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: Optional strings in a schema</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/optional-strings-in-a-schema/m-p/3914#M1803</link>
      <description>&lt;P&gt;One weird trick I've had to use in the past for things like this is to define a variable called "empty", leave it null, and then assign it to the required parameters.&amp;nbsp; That way the recipe will save, but it doesn't pass anything at runtime.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2023 14:00:51 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/optional-strings-in-a-schema/m-p/3914#M1803</guid>
      <dc:creator>mppowe</dc:creator>
      <dc:date>2023-02-17T14:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: Optional strings in a schema</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/optional-strings-in-a-schema/m-p/3927#M1812</link>
      <description>&lt;P&gt;This worked too.&amp;nbsp; The skip option in the scripting allows you to avoid creating a variable just to handle a blank value.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2023 23:36:25 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/optional-strings-in-a-schema/m-p/3927#M1812</guid>
      <dc:creator>bboren</dc:creator>
      <dc:date>2023-02-21T23:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: Optional strings in a schema</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/optional-strings-in-a-schema/m-p/3929#M1814</link>
      <description>&lt;P&gt;Yea I probably should've qualified that more.. the times I've used the "blank" variable has really just been in Unit Tests when calling recipes that have a required input that I wanted to be blank in certain Test Scenarios.&amp;nbsp; But in "normal" recipes I've used the skip function as Meghan described.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2023 15:27:10 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/optional-strings-in-a-schema/m-p/3929#M1814</guid>
      <dc:creator>mppowe</dc:creator>
      <dc:date>2023-02-22T15:27:10Z</dc:date>
    </item>
  </channel>
</rss>

