<?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 accommodate an HTTP request field name requiring a space in Workato Pros Discussion Board</title>
    <link>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-accommodate-an-http-request-field-name-requiring-a-space/m-p/5403#M2386</link>
    <description>&lt;P&gt;Thank you gary1 and for the great documentation! I will try your "better option" and report back.&lt;/P&gt;&lt;P&gt;J&lt;/P&gt;</description>
    <pubDate>Fri, 13 Oct 2023 12:01:31 GMT</pubDate>
    <dc:creator>JayMappus</dc:creator>
    <dc:date>2023-10-13T12:01:31Z</dc:date>
    <item>
      <title>How to accommodate an HTTP request field name requiring a space</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-accommodate-an-http-request-field-name-requiring-a-space/m-p/5374#M2375</link>
      <description>&lt;P&gt;Hi, I'm trying to send an HTTP request to an API endpoint using the Workato HTTP app "Send request via HTTP". The endpoint is expecting a field name of "First Name" (with a space) but it appears when creating the field name Workato does not allow spaces in the field names. I can only use snake case, such as "FirstName" or "First_Name".&amp;nbsp; When the endpoint receives it in either format, I think it is interpreting it as "FirstName" or "First_Name" rather than the anticipated "First Name" and as a result does not accept the associated value as expected. And yes, the same thing happens with the Last Name. Other one-word field names are not having this issue.&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I tried to manually edit the schema but get the following error when I try:&lt;BR /&gt;&lt;BR /&gt;"&lt;SPAN&gt;Oops! Something went wrong&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;Field name should start with a letter and should not contain spaces or any special characters except `_`&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Any advice? Maybe I'm off on my analysis of the issue? Thank you for your time and expertise.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Settings:&lt;/DIV&gt;&lt;DIV&gt;The request content type = Multipart form, Response content type = Text, Encoding = UTF-8&lt;/DIV&gt;</description>
      <pubDate>Thu, 12 Oct 2023 14:24:12 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-accommodate-an-http-request-field-name-requiring-a-space/m-p/5374#M2375</guid>
      <dc:creator>JayMappus</dc:creator>
      <dc:date>2023-10-12T14:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to accommodate an HTTP request field name requiring a space</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-accommodate-an-http-request-field-name-requiring-a-space/m-p/5384#M2376</link>
      <description>&lt;P&gt;If you're referring to the response schema, I can't find a way around this issue directly in the HTTP action. Usually, you can use a JSON sample to work around this blocker, but when using a JSON sample with "first name", Workato automatically changes it to "first_name".&lt;/P&gt;&lt;P&gt;However, there are a couple things that do work...&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;First, you can access the key directly with bracket notation.&amp;nbsp;&lt;/STRONG&gt;This is a little clunky, but it works.&lt;/P&gt;&lt;P&gt;This message imitates the API response:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gary1_0-1697131247321.png" style="width: 400px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/735i5935A9C2253EB960/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="gary1_0-1697131247321.png" alt="gary1_0-1697131247321.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And then you can access it like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gary1_2-1697131331601.png" style="width: 400px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/737i439F6480A6D7C9F2/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="gary1_2-1697131331601.png" alt="gary1_2-1697131331601.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Output:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gary1_3-1697131349530.png" style="width: 400px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/738i04537E5CD0B2B43D/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="gary1_3-1697131349530.png" alt="gary1_3-1697131349530.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Second, (definitely the better option) you can feed a sample JSON with spaces into the JSON parser, and it will parse it without issue.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gary1_4-1697131536850.png" style="width: 400px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/739i74C7F8BA64109670/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="gary1_4-1697131536850.png" alt="gary1_4-1697131536850.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;It still replaces the spaces with underscores, but this action provides data pills that retain the expected value.&lt;/P&gt;&lt;P&gt;Output schema:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gary1_5-1697131596541.png" style="width: 400px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/740iFC686C2C53233C83/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="gary1_5-1697131596541.png" alt="gary1_5-1697131596541.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;So if I do this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gary1_7-1697131706823.png" style="width: 400px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/742iB0B0E544E8C3742D/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="gary1_7-1697131706823.png" alt="gary1_7-1697131706823.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I get this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gary1_8-1697131717862.png" style="width: 400px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/743iC77D6492744A586F/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="gary1_8-1697131717862.png" alt="gary1_8-1697131717862.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
      <pubDate>Thu, 12 Oct 2023 17:30:01 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-accommodate-an-http-request-field-name-requiring-a-space/m-p/5384#M2376</guid>
      <dc:creator>gary1</dc:creator>
      <dc:date>2023-10-12T17:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to accommodate an HTTP request field name requiring a space</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-accommodate-an-http-request-field-name-requiring-a-space/m-p/5403#M2386</link>
      <description>&lt;P&gt;Thank you gary1 and for the great documentation! I will try your "better option" and report back.&lt;/P&gt;&lt;P&gt;J&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2023 12:01:31 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-accommodate-an-http-request-field-name-requiring-a-space/m-p/5403#M2386</guid>
      <dc:creator>JayMappus</dc:creator>
      <dc:date>2023-10-13T12:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to accommodate an HTTP request field name requiring a space</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-accommodate-an-http-request-field-name-requiring-a-space/m-p/5409#M2390</link>
      <description>&lt;P&gt;Gary1,&lt;/P&gt;&lt;P&gt;I wasn't able to get it to work but it's probably due to my lack of knowledge and understanding of what you are "saying".&amp;nbsp; I tried the second option by first using the Parse JSON document action and then trying to use the result in a pill in the following HTTP post request schema but it still appeared in the&amp;nbsp; receiving app as&amp;nbsp;FirstName: Jay rather than First name: Jay.&amp;nbsp; Am I way off course from what you were suggesting? Maybe you could dumb it down some more for me? Thank you J&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2023-10-13 at 4.55.35 PM.png" style="width: 999px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/750i15CE0820AE0F9C3A/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2023-10-13 at 4.55.35 PM.png" alt="Screen Shot 2023-10-13 at 4.55.35 PM.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2023-10-13 at 4.57.13 PM.png" style="width: 999px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/751i5009EC957E7A4868/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2023-10-13 at 4.57.13 PM.png" alt="Screen Shot 2023-10-13 at 4.57.13 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2023 21:02:53 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-accommodate-an-http-request-field-name-requiring-a-space/m-p/5409#M2390</guid>
      <dc:creator>JayMappus</dc:creator>
      <dc:date>2023-10-13T21:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to accommodate an HTTP request field name requiring a space</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-accommodate-an-http-request-field-name-requiring-a-space/m-p/5415#M2391</link>
      <description>&lt;P&gt;It's a little confusing, but let's break it down. The core issue is the HTTP action won't parse the API response as-is, but the JSON Parser action will. This means you need to provide the JSON Parser with an example of the full response so it knows how to parse it, and in return it provides data pills to use in later recipe actions.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In both of our examples, we're only providing a snippet of the full response in the "sample document" field. Without seeing the actual full response from your HTTP action, I can't say &lt;EM&gt;exactly&lt;/EM&gt; what you should put into the JSON Parser's "sample document" field, but what I recommend doing is copy/pasting the entire "body" JSON object from the HTTP action. (Sometimes this body is truncated which makes this trickier to do, but not impossible.)&lt;/P&gt;&lt;P&gt;Then, in the JSON Parser "document" input field, you should put the "body" data pill of the HTTP response.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's another example using the "Cat Facts" API (&lt;A href="https://alexwohlbruck.github.io/cat-facts/docs/" target="_blank" rel="noopener"&gt;https://alexwohlbruck.github.io/cat-facts/docs/&lt;/A&gt;). For this example, let's pretend the API response is incompatible with the HTTP action, so we have to parse it in the JSON Parser.&lt;/P&gt;&lt;P&gt;HTTP action to call the API:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gary1_0-1697231759531.png" style="width: 400px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/752i06C79FDE0FAB1CC1/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="gary1_0-1697231759531.png" alt="gary1_0-1697231759531.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The HTTP action's output has a "body" value that is a "stringified" JSON:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gary1_1-1697231826956.png" style="width: 400px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/753i0EC1F08CD236B5D0/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="gary1_1-1697231826956.png" alt="gary1_1-1697231826956.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Copy/paste that body into the "sample document" input field of the JSON parser. You can see that the JSON Parser is now providing all of data pills based on the provided sample:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gary1_2-1697231928259.png" style="width: 400px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/754iB06A9913EABDEA06/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="gary1_2-1697231928259.png" alt="gary1_2-1697231928259.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Now, in the "document" field use the "body" data pill from the HTTP action. This is basically saying "I am providing you input data that is formatted exactly like the provided sample."&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gary1_0-1697232940163.png" style="width: 400px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/757iB2BB37946A77EEE5/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="gary1_0-1697232940163.png" alt="gary1_0-1697232940163.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Finally, you can now use the output data pills from the JSON Parser (and they should have data):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gary1_3-1697232036227.png" style="width: 400px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/755iC0168F1ADBB64962/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="gary1_3-1697232036227.png" alt="gary1_3-1697232036227.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;... to get a result like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gary1_4-1697232060621.png" style="width: 400px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/756i046C5C57146BC5F2/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="gary1_4-1697232060621.png" alt="gary1_4-1697232060621.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2023 21:35:50 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-accommodate-an-http-request-field-name-requiring-a-space/m-p/5415#M2391</guid>
      <dc:creator>gary1</dc:creator>
      <dc:date>2023-10-13T21:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to accommodate an HTTP request field name requiring a space</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-accommodate-an-http-request-field-name-requiring-a-space/m-p/5429#M2395</link>
      <description>&lt;P&gt;Hi gary1,&lt;/P&gt;&lt;P&gt;Thank you for the break down. I think I see where the confusion is. Your explanation is for how to handle the HTTP response but my issue is with the HTTP request.&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;For the request I need to send a field with a field name of "First Name" so that the endpoint of the request can process it. "First Name" with a space is what the logic of the endpoint is expecting. However, Workato's HTTP request does not accommodate sending the name with a space. Instead it supports "FirstName" and "First_Name". When I use "FirstName" the field name of the request body schema&amp;nbsp; (image attached) &lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Request body using &amp;quot;FirstName&amp;quot;" style="width: 486px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/761i2A2EF53B7290487C/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2023-10-18 at 8.09.07 AM.png" alt="Request body using &amp;quot;FirstName&amp;quot;" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Request body using "FirstName"&lt;/span&gt;&lt;/span&gt;in Workato's HTTP appears to separate the First from Name (see image) &lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2023-10-18 at 8.09.21 AM.png" style="width: 469px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/764i657224B99841D763/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2023-10-18 at 8.09.21 AM.png" alt="Screen Shot 2023-10-18 at 8.09.21 AM.png" /&gt;&lt;/span&gt;in the input field name but when received at the webhook endpoint the name appears as "FirstName". Your solution would work if I controlled&amp;nbsp;the logic at the receiving end but I do not and am trying to conform to the endpoint's standard.&amp;nbsp;&lt;BR /&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;Thank you again for your help.&lt;/DIV&gt;</description>
      <pubDate>Wed, 18 Oct 2023 12:17:18 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-accommodate-an-http-request-field-name-requiring-a-space/m-p/5429#M2395</guid>
      <dc:creator>JayMappus</dc:creator>
      <dc:date>2023-10-18T12:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to accommodate an HTTP request field name requiring a space</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-accommodate-an-http-request-field-name-requiring-a-space/m-p/5446#M2402</link>
      <description>&lt;P&gt;Got it, thanks for all of the info. I think I have this figured out.&lt;/P&gt;&lt;P&gt;If you create the request body by providing a JSON sample, you can bypass this blocker. I tested this out using a recipe with an HTTP action using a multi-part form to make a POST call to an API endpoint, and then reviewing how the payload was received.&lt;/P&gt;&lt;P&gt;First, on the request body schema of the HTTP action I clicked "Use JSON" and to provide an example of how I want my payload to be structured:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gary1_0-1697658795531.png" style="width: 400px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/765i4AD4781F94E35244/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="gary1_0-1697658795531.png" alt="gary1_0-1697658795531.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I entered this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gary1_1-1697658826068.png" style="width: 400px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/766i000355E4A2F18E34/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="gary1_1-1697658826068.png" alt="gary1_1-1697658826068.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;It created this, which is misleading because it added the underscore&amp;nbsp;&lt;STRONG&gt;to the label:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gary1_2-1697658855212.png" style="width: 400px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/767iE54A8A5C8207767B/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="gary1_2-1697658855212.png" alt="gary1_2-1697658855212.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;However, if you look at the schema, it has a details.real_name value of "test test" which is actually how the field gets encoded and sent in the API call:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gary1_3-1697658891766.png" style="width: 400px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/768iE6CD74C284EE7DC6/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="gary1_3-1697658891766.png" alt="gary1_3-1697658891766.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Next I made an API call to an internal endpoint (with a value of "123").&lt;/P&gt;&lt;P&gt;I logged the message three different ways to be absolutely certain it was retaining the space:&lt;/P&gt;&lt;P&gt;To JSON:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gary1_4-1697659032034.png" style="width: 400px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/769i147BEE35D9B895D9/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="gary1_4-1697659032034.png" alt="gary1_4-1697659032034.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;To string:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gary1_5-1697659041082.png" style="width: 400px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/770iF48D7BC7596BE5C3/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="gary1_5-1697659041082.png" alt="gary1_5-1697659041082.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Raw:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gary1_6-1697659047917.png" style="width: 400px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/771iC979ACD4FE03DC24/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="gary1_6-1697659047917.png" alt="gary1_6-1697659047917.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And then I even threw it into the JSON parser to ensure it parsed correctly:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gary1_7-1697659232517.png" style="width: 400px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/772i4FF667BE57C8D286/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="gary1_7-1697659232517.png" alt="gary1_7-1697659232517.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And it did:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gary1_8-1697659241836.png" style="width: 400px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/773i5EE223097B12F7A8/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="gary1_8-1697659241836.png" alt="gary1_8-1697659241836.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This is the way! Hope it gets you where you need to go.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Oct 2023 20:39:09 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/how-to-accommodate-an-http-request-field-name-requiring-a-space/m-p/5446#M2402</guid>
      <dc:creator>gary1</dc:creator>
      <dc:date>2023-10-18T20:39:09Z</dc:date>
    </item>
  </channel>
</rss>

