<?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: Issue with Date Parameter in API call filter in Workato Pros Discussion Board</title>
    <link>https://systematic.workato.com/t5/workato-pros-discussion-board/issue-with-date-parameter-in-api-call-filter/m-p/8890#M3667</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/11469"&gt;@camaliontij&lt;/a&gt;,&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HTTPRequest.jpg" style="width: 565px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/1822i0D9044DC2EFFE515/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="HTTPRequest.jpg" alt="HTTPRequest.jpg" /&gt;&lt;/span&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Prudvi&lt;/P&gt;</description>
    <pubDate>Fri, 14 Feb 2025 16:17:00 GMT</pubDate>
    <dc:creator>Prudvi</dc:creator>
    <dc:date>2025-02-14T16:17:00Z</dc:date>
    <item>
      <title>Issue with Date Parameter in API call filter</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/issue-with-date-parameter-in-api-call-filter/m-p/8857#M3654</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have an API call with a date filter and I want to get the information from the last 30 days. So I created a parameter like this:&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;today-30.days&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;and called it "Last30days". Then I added the parameter to my API call to be like this:&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;my_API_call_?$filter=PostingDate gt {Last30Days}&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;but it's not working and I'm getting the following error:&lt;BR /&gt;&lt;BR /&gt;"&lt;SPAN&gt;A binary operator with incompatible types was detected. Found operand types 'Edm.Date' and 'Edm.String' for operator kind 'GreaterThan'."&lt;BR /&gt;&lt;BR /&gt;Any idea on what would be the right way to do this?&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2025 21:09:58 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/issue-with-date-parameter-in-api-call-filter/m-p/8857#M3654</guid>
      <dc:creator>camaliontij</dc:creator>
      <dc:date>2025-02-12T21:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Date Parameter in API call filter</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/issue-with-date-parameter-in-api-call-filter/m-p/8858#M3655</link>
      <description>&lt;P&gt;You need to figure out how to encode/format an Edm.Date value. You're passing "YYYY-MM-DD", which is a string. In order for the application to recognize the string as an Edm.Date, you might need to encode it differently, like "YYYY-MM-DDT00:00:00" (this is a guess, as an example only).&lt;/P&gt;&lt;P&gt;When the API returns date info, how are they formatted? Try to match that format.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2025 21:31:39 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/issue-with-date-parameter-in-api-call-filter/m-p/8858#M3655</guid>
      <dc:creator>gary1</dc:creator>
      <dc:date>2025-02-12T21:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Date Parameter in API call filter</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/issue-with-date-parameter-in-api-call-filter/m-p/8859#M3656</link>
      <description>&lt;P&gt;Hi gary1,&lt;BR /&gt;&lt;BR /&gt;The format in the API call is "2025-01-31T23:59:59Z", the parameter I created is set to Date Time and the formula is this "=today-30.days"&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2025 12:28:38 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/issue-with-date-parameter-in-api-call-filter/m-p/8859#M3656</guid>
      <dc:creator>camaliontij</dc:creator>
      <dc:date>2025-02-13T12:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Date Parameter in API call filter</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/issue-with-date-parameter-in-api-call-filter/m-p/8860#M3657</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/11469"&gt;@camaliontij&lt;/a&gt;,&lt;BR /&gt;Can you share the request URL along with headers which you are passing.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I created a variable X which is of DateTime Type and&amp;nbsp;&lt;BR /&gt;in Request URL, I changed it to formula mode and passed it in the following way.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="APICall.jpg" style="width: 526px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/1807iC9C8A1F8ABD46FBD/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="APICall.jpg" alt="APICall.jpg" /&gt;&lt;/span&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Prudvi&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2025 13:15:39 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/issue-with-date-parameter-in-api-call-filter/m-p/8860#M3657</guid>
      <dc:creator>Prudvi</dc:creator>
      <dc:date>2025-02-13T13:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Date Parameter in API call filter</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/issue-with-date-parameter-in-api-call-filter/m-p/8861#M3658</link>
      <description>&lt;P&gt;Not the exact request but it's something like this:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://api.businesscentral.dynamics.com/v2.0/ID/Production/api/DF/prod/v2.0/Companies(ID)/DFSPIFFDetCustLEntrys?$filter=PostingDate" target="_blank" rel="noopener"&gt;https://api.businesscentral.dynamics.com/v2.0/ID/Production/api/DF/prod/v2.0/Companies(ID)/DFSPIFFDetCustLEntrys?$filter=PostingDate&lt;/A&gt; gt {Last30Days}&lt;BR /&gt;&lt;BR /&gt;Where the formats are:&lt;BR /&gt;- PostingDate =&amp;nbsp;&lt;SPAN&gt;YYYY-MM-DD&lt;BR /&gt;- If I use "YYYY-MM-DDTHH:mm:SSZ" it works fine&lt;BR /&gt;- But it doesn't accept the date_time parameter I created in Workato with&amp;nbsp;=today-30.days&lt;BR /&gt;&lt;BR /&gt;This is the Path I'm using:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Path.png" style="width: 376px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/1808i130421E60F628F6F/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Path.png" alt="Path.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2025 13:19:08 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/issue-with-date-parameter-in-api-call-filter/m-p/8861#M3658</guid>
      <dc:creator>camaliontij</dc:creator>
      <dc:date>2025-02-13T13:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Date Parameter in API call filter</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/issue-with-date-parameter-in-api-call-filter/m-p/8865#M3659</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/11469"&gt;@camaliontij&lt;/a&gt;,&lt;BR /&gt;You might have to use the last30Days datapill{can be found in the properties datatree} instead of {last30Days}&lt;BR /&gt;Did you try the above step :&lt;BR /&gt;&lt;SPAN&gt;I created a variable X which is of DateTime Type and&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;in Request URL, I changed it to formula mode and passed it in the following way.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Prudvi_0-1739454778808.jpeg" style="width: 400px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/1809iA7E62E88969F7DEF/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Prudvi_0-1739454778808.jpeg" alt="Prudvi_0-1739454778808.jpeg" /&gt;&lt;/span&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Prudvi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2025 13:54:37 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/issue-with-date-parameter-in-api-call-filter/m-p/8865#M3659</guid>
      <dc:creator>Prudvi</dc:creator>
      <dc:date>2025-02-13T13:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Date Parameter in API call filter</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/issue-with-date-parameter-in-api-call-filter/m-p/8867#M3660</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/11469"&gt;@camaliontij&lt;/a&gt;,&lt;BR /&gt;Please use below formula in your case and let me know if you able to get the required response.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Timezone.PNG" style="width: 762px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/1810i40CA3B9E8770AF89/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Timezone.PNG" alt="Timezone.PNG" /&gt;&lt;/span&gt;&lt;BR /&gt;We get (Today - 30 days) = 2025-01-14. Hence, to add time, we need to use &lt;STRONG&gt;to_time and strfTime &lt;/STRONG&gt;formula.&lt;BR /&gt;&lt;BR /&gt;Thanks and Regards,&lt;BR /&gt;Shivakumara K A&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2025 14:49:00 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/issue-with-date-parameter-in-api-call-filter/m-p/8867#M3660</guid>
      <dc:creator>shivakumara</dc:creator>
      <dc:date>2025-02-13T14:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Date Parameter in API call filter</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/issue-with-date-parameter-in-api-call-filter/m-p/8883#M3663</link>
      <description>&lt;P&gt;Hi all,&lt;BR /&gt;&lt;BR /&gt;We might be in the right direction but not quite there yet. Here is what I tried:&lt;/P&gt;&lt;P&gt;- Path as Text:&lt;BR /&gt;My understanding is that if I need to use the Last30Days formula, I should set the path to Formula as well, otherwise I get the EDM.date error I mentioned before.&lt;BR /&gt;&lt;BR /&gt;Path as Formula:&lt;BR /&gt;I've tried changing it to formula and it seems like Workato considers the URL as formula as well, that's why it has colors. In the example below I get this error:&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;bad URI(is not URI?): "=&lt;A href="https://api.businesscentral.dynamics.com/v2.0/(ID)/Production/api/DF/prod/v2.0/Companies(ID)/DFSPIFFDetCustLEntrys?$filter=PostingDate" target="_blank"&gt;https://api.businesscentral.dynamics.com/v2.0/(ID)/Production/api/DF/prod/v2.0/Companies(ID)/DFSPIFFDetCustLEntrys?$filter=PostingDate&lt;/A&gt; gt {Last30Days}"&lt;/SPAN&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="WorkatoCall.png" style="width: 576px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/1819i8C0CEE8BC36A38CA/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="WorkatoCall.png" alt="WorkatoCall.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;I've tried to create another parameter to hold the URL and add the URL PArameter and Date Parameter to a Formula Path, that didn't work.&lt;BR /&gt;Then I've tried adding the URL between " " so it considers it as a String and also replaced spaces to %20 but that didn't work either.&lt;BR /&gt;&lt;BR /&gt;In all cases now I'm getting the "bad URL" error.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2025 13:00:12 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/issue-with-date-parameter-in-api-call-filter/m-p/8883#M3663</guid>
      <dc:creator>camaliontij</dc:creator>
      <dc:date>2025-02-14T13:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Date Parameter in API call filter</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/issue-with-date-parameter-in-api-call-filter/m-p/8884#M3664</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/11469"&gt;@camaliontij&lt;/a&gt;,&lt;BR /&gt;You might have used a HTTP connection which will have hostname :&amp;nbsp;&lt;A href="https://api.businesscentral.dynamics.com/v2.0/ID/Production/api/DF/prod/v2.0/Companies(ID)/DFSPIFFDetCustLEntrys?$filter=PostingDate" target="_blank" rel="noopener nofollow noreferrer"&gt;https://api.businesscentral.dynamics.com&lt;/A&gt;&lt;BR /&gt;In the path which is enabled as formula mode you need to provide quotes for static value :&lt;BR /&gt;"&lt;A href="https://api.businesscentral.dynamics.com/v2.0/ID/Production/api/DF/prod/v2.0/Companies(ID)/DFSPIFFDetCustLEntrys?$filter=PostingDate" target="_blank" rel="noopener nofollow noreferrer"&gt;https://api.businesscentral.dynamics.com/v2.0/ID/Production/api/DF/prod/v2.0/Companies(ID)&lt;/A&gt;"+{Last30Days}[which is a parameter]&lt;BR /&gt;If there are any spaces, use %20 for URL encode.&lt;BR /&gt;Regards,&lt;BR /&gt;Prudvi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2025 13:25:50 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/issue-with-date-parameter-in-api-call-filter/m-p/8884#M3664</guid>
      <dc:creator>Prudvi</dc:creator>
      <dc:date>2025-02-14T13:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Date Parameter in API call filter</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/issue-with-date-parameter-in-api-call-filter/m-p/8885#M3665</link>
      <description>&lt;P&gt;Hi Prudvi,&lt;BR /&gt;&lt;BR /&gt;You are correct about the HTTP and that is what I explained in my last comment. Let me breakdown here:&lt;BR /&gt;&lt;BR /&gt;This is the current API call in the Formula:&lt;BR /&gt;&lt;A href="https://api.businesscentral.dynamics.com/v2.0/(" target="_blank" rel="noopener"&gt;"https://api.businesscentral.dynamics.com/v2.0/(&lt;/A&gt;ID)/Production/api/DF/prod/v2.0/Companies&lt;A href="https://api.businesscentral.dynamics.com/v2.0/(" target="_blank" rel="noopener"&gt;(&lt;/A&gt;ID)/DFSPIFFDetCustLEntrys?$filter=PostingDate%20gt%20"+{Last30Days}&lt;BR /&gt;&lt;BR /&gt;The Last30Days parameter now is like I was advised:&lt;BR /&gt;=(today - 30.days).to_time.strftime("%Y-%m-%dT%H:%M:%S") + "Z"&lt;BR /&gt;&lt;BR /&gt;And the result is this error:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;bad URI(is not URI?): "=\"&lt;A href="https://api.businesscentral.dynamics.com/v2.0/(ID)/Production/api/DF/prod/v2.0/Companies(ID)/DFSPIFFDetCustLEntrys?$filter=PostingDate%20gt%20\" target="_blank" rel="noopener"&gt;https://api.businesscentral.dynamics.com/v2.0/(ID)/Production/api/DF/prod/v2.0/Companies(ID)/DFSPIFFDetCustLEntrys?$filter=PostingDate%20gt%20\&lt;/A&gt;"+{Last30Days}"&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;Btw, than you all for the support so far.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2025 13:36:29 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/issue-with-date-parameter-in-api-call-filter/m-p/8885#M3665</guid>
      <dc:creator>camaliontij</dc:creator>
      <dc:date>2025-02-14T13:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Date Parameter in API call filter</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/issue-with-date-parameter-in-api-call-filter/m-p/8890#M3667</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/11469"&gt;@camaliontij&lt;/a&gt;,&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="HTTPRequest.jpg" style="width: 565px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/1822i0D9044DC2EFFE515/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="HTTPRequest.jpg" alt="HTTPRequest.jpg" /&gt;&lt;/span&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Prudvi&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2025 16:17:00 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/issue-with-date-parameter-in-api-call-filter/m-p/8890#M3667</guid>
      <dc:creator>Prudvi</dc:creator>
      <dc:date>2025-02-14T16:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Date Parameter in API call filter</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/issue-with-date-parameter-in-api-call-filter/m-p/8891#M3668</link>
      <description>&lt;P&gt;Can you please show full URL including the query exactly as Workato is sending it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2025 16:20:31 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/issue-with-date-parameter-in-api-call-filter/m-p/8891#M3668</guid>
      <dc:creator>gary1</dc:creator>
      <dc:date>2025-02-14T16:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Date Parameter in API call filter</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/issue-with-date-parameter-in-api-call-filter/m-p/8892#M3669</link>
      <description>&lt;P&gt;This seems odd to me. Workato should be automatically URL encoding the parameters. I don't think you should be doing it manually in the input fields.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2025 17:37:22 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/issue-with-date-parameter-in-api-call-filter/m-p/8892#M3669</guid>
      <dc:creator>gary1</dc:creator>
      <dc:date>2025-02-14T17:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Date Parameter in API call filter</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/issue-with-date-parameter-in-api-call-filter/m-p/8896#M3670</link>
      <description>&lt;P&gt;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/1188"&gt;@gary1&lt;/a&gt;&amp;nbsp;I'm sorry I just saw your message asking for the request. Just so we are in the same page, this is what I'm using:&lt;BR /&gt;Path as formula:&lt;BR /&gt;"&lt;A href="https://api.businesscentral.dynamics.com/v2.0/ID/Production/api/DF/prod/v2.0/Companies(ID)/DFSPIFFDetCustLEntrys?$filter=PostingDate%20gt%20" target="_blank"&gt;https://api.businesscentral.dynamics.com/v2.0/ID/Production/api/DF/prod/v2.0/Companies(ID)/DFSPIFFDetCustLEntrys?$filter=PostingDate%20gt%20&lt;/A&gt;"{Last30Days}&lt;BR /&gt;&lt;BR /&gt;Parameter:&lt;BR /&gt;Name: Last30Days&lt;BR /&gt;Value:&amp;nbsp;(today - 30.days)&lt;BR /&gt;Type: Date&lt;BR /&gt;I get the same error when I try changing it to String, or date_time, or trying the formulas listed in this thread.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 663px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/1823i3E0D5A330A135BDB/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Which results in this error:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 753px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/1825i2216FE1127893A19/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;BR /&gt;If I add the URL from HTTPS, it overrides base URI so it should be fine. But it seems like when I set it to formula, it adds a =\ at the beginning and \ at the end. I've also tried adding + or &amp;amp; between the string and formula, but all goes to the same error.&lt;BR /&gt;&lt;BR /&gt;The URI is correct, if I run it without a filter it shows all records.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2025 22:24:41 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/issue-with-date-parameter-in-api-call-filter/m-p/8896#M3670</guid>
      <dc:creator>camaliontij</dc:creator>
      <dc:date>2025-02-14T22:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Date Parameter in API call filter</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/issue-with-date-parameter-in-api-call-filter/m-p/8903#M3671</link>
      <description>&lt;P&gt;Ok, this image makes things a bit clearer.&lt;/P&gt;&lt;P&gt;The problem is you're&amp;nbsp;&lt;STRONG&gt;not&lt;/STRONG&gt; passing a date or even a date string, you're literally passing the name of your variable "{Last30Days}" as a string. This needs to be fixed.&amp;nbsp;&lt;/P&gt;&lt;P&gt;In Workato, you don't reference variables as a string, you reference them by using their data pill.&lt;/P&gt;&lt;P&gt;Please follow these instructions. Let us know if you run into any issues.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Step 1: Create a variable action&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="date_1.jpg" style="width: 862px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/1828i793C11E414CB33C0/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="date_1.jpg" alt="date_1.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Step 2: Add a variable called "last_30_days" and use this formula&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="date_2.jpg" style="width: 999px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/1829i46C53D45A3BFEE3E/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="date_2.jpg" alt="date_2.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Step 3: Create the HTTP action&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="date_3.jpg" style="width: 932px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/1826i0DF54E766C5D34F9/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="date_3.jpg" alt="date_3.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Step 4: Configure the HTTP action like this. This is how to use the variable properly (by using its data pill). Note: Pruvdi might be right that you have to URL-encode the spaces, but let's see if it works without the encoding&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="date_4.jpg" style="width: 999px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/1827iF280253CE6E937CF/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="date_4.jpg" alt="date_4.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Alternate Step 4: You can also configure the HTTP action like this&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="date_5.jpg" style="width: 999px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/1830i94CAD97BA4309720/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="date_5.jpg" alt="date_5.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Feb 2025 23:08:11 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/issue-with-date-parameter-in-api-call-filter/m-p/8903#M3671</guid>
      <dc:creator>gary1</dc:creator>
      <dc:date>2025-02-14T23:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Date Parameter in API call filter</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/issue-with-date-parameter-in-api-call-filter/m-p/8904#M3672</link>
      <description>&lt;P&gt;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/11321"&gt;@Prudvi&lt;/a&gt;&amp;nbsp;I was looking at your screenshot again and this is incorrect.&lt;/P&gt;&lt;P&gt;Setting a param name to "$filter=PostingDate%20gt%20" and a value to "today" will create a result with two "=" characters:&lt;/P&gt;&lt;P&gt;$filter=PostingDate%20gt%20&lt;STRONG&gt;=&lt;/STRONG&gt;2025-02-14&lt;/P&gt;&lt;P&gt;Workato places "=" between the param name and the value.&lt;/P&gt;&lt;P&gt;The correct way is to set the param as "$filter" and the value as "PostingDate%20gt%20" + a date&lt;/P&gt;</description>
      <pubDate>Sat, 15 Feb 2025 01:31:38 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/issue-with-date-parameter-in-api-call-filter/m-p/8904#M3672</guid>
      <dc:creator>gary1</dc:creator>
      <dc:date>2025-02-15T01:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Date Parameter in API call filter</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/issue-with-date-parameter-in-api-call-filter/m-p/8910#M3673</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/1188"&gt;@gary1&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/11321"&gt;@Prudvi&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Thanks for explaining the data pill, that makes a lot of sense now!&lt;BR /&gt;&lt;BR /&gt;I've tried the last options you sent, created the variable and selected it from the data pill.&lt;BR /&gt;&lt;BR /&gt;1 - If I use the Path as text, add the URI and the variable from data pill I get this:&lt;BR /&gt;code: BadRequest,&lt;BR /&gt;message: Expression expected at position 14 in 'PostingDate gt'. CorrelationId: 0a857be3-5129-4966-87ac-71652e8df1e5.&lt;BR /&gt;&lt;BR /&gt;2 - If I use the Path as formula (the =\ and \ are added anyways) )and create a parameter called "&lt;SPAN&gt;$filter" and value as&amp;nbsp;"PostingDate%20gt%20" + a date (I've also tried to not add the Unicode) it ignores the filter... this is what I call (I've also tried removing the "?" from the last character):&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Test1.png" style="width: 663px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/1833i8671EBE9CD7203C4/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Test1.png" alt="Test1.png" /&gt;&lt;/span&gt;&lt;BR /&gt;This doesn't have the parameter which is on the following screen:&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Test2.jpg" style="width: 663px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/1834i48CCEEC72C063189/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Test2.jpg" alt="Test2.jpg" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;From here, the date from the data pill doesn't appear, and when I go to the next screen, it just ignores everything and gets all data. I also noticed that the parameter name is "$Filter" but on this screen it ignores the "$".&lt;BR /&gt;&lt;BR /&gt;I wonder if this is happening because I have a connection set for all my recipes, so in case it's updated, all recipes will also be updated. I'm selecting this connection instead of using the In App HTTP element you mentioned where I would need to add the token,Id, etc.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 177px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/1835iDED16C99BD46C470/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Feb 2025 21:37:41 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/issue-with-date-parameter-in-api-call-filter/m-p/8910#M3673</guid>
      <dc:creator>camaliontij</dc:creator>
      <dc:date>2025-02-15T21:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Date Parameter in API call filter</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/issue-with-date-parameter-in-api-call-filter/m-p/8911#M3674</link>
      <description>&lt;P&gt;I don't know if that rings a bell but I've tried to move the whole call (URL and filter) to the variable, and regardless if I use text or formula, the Path ignores it and shows bad request like I was adding nothing&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":thinking_face:"&gt;🤔&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Feb 2025 21:50:09 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/issue-with-date-parameter-in-api-call-filter/m-p/8911#M3674</guid>
      <dc:creator>camaliontij</dc:creator>
      <dc:date>2025-02-15T21:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Date Parameter in API call filter</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/issue-with-date-parameter-in-api-call-filter/m-p/8912#M3675</link>
      <description>&lt;P&gt;Hi, a few requests:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Can you please post additional screenshots of how you have the action configured? Please use black to redact any sensitive information. Using white makes it difficult to tell if you're missing information or trying to hide it.&lt;/LI&gt;&lt;LI&gt;Can you also post screenshots of the error messages you're receiving from Workato? This is essential. The Request URL preview may not be the final URL being using in the action/API call, so I don't really trust it.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Some other notes:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Under certain circumstances when you switch between formula mode and text mode, it will add an "=" and some double quotes. This is a bug (as far as I can tell), so when it happens you need to fix it.&lt;/LI&gt;&lt;LI&gt;The configuration of the connection shouldn't affect the action beyond the authentication.&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Sun, 16 Feb 2025 17:02:57 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/issue-with-date-parameter-in-api-call-filter/m-p/8912#M3675</guid>
      <dc:creator>gary1</dc:creator>
      <dc:date>2025-02-16T17:02:57Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with Date Parameter in API call filter</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/issue-with-date-parameter-in-api-call-filter/m-p/8915#M3677</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/1188"&gt;@gary1&lt;/a&gt;.&lt;BR /&gt;Regards,&lt;BR /&gt;Prudvi&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2025 12:34:49 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/issue-with-date-parameter-in-api-call-filter/m-p/8915#M3677</guid>
      <dc:creator>Prudvi</dc:creator>
      <dc:date>2025-02-17T12:34:49Z</dc:date>
    </item>
  </channel>
</rss>

