<?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: Help in fetching array field using format_map in workato in Workato Pros Discussion Board</title>
    <link>https://systematic.workato.com/t5/workato-pros-discussion-board/help-in-fetching-array-field-using-format-map-in-workato/m-p/11630#M4467</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/13229"&gt;@amaan&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;Here is one of the solution,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Format map formulae.png" style="width: 999px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2508iE406742791327D4B/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Format map formulae.png" alt="Format map formulae.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you have any question.&lt;BR /&gt;&lt;BR /&gt;Thanks and Regards,&lt;BR /&gt;Shivakumara K A&lt;/P&gt;</description>
    <pubDate>Fri, 23 Jan 2026 08:00:09 GMT</pubDate>
    <dc:creator>shivakumara</dc:creator>
    <dc:date>2026-01-23T08:00:09Z</dc:date>
    <item>
      <title>Help in fetching array field using format_map in workato</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/help-in-fetching-array-field-using-format-map-in-workato/m-p/11610#M4461</link>
      <description>&lt;P&gt;Scenario is like -&amp;nbsp;&lt;BR /&gt;Input array : [name, error: [code: "test", detail : "missing test"]]&lt;BR /&gt;So im currently querying like Input array.format_map('Name : %{name}, Error Detail : %{"what should be the query here to get detail field from error list in input array"}').&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jan 2026 12:21:52 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/help-in-fetching-array-field-using-format-map-in-workato/m-p/11610#M4461</guid>
      <dc:creator>amaan</dc:creator>
      <dc:date>2026-01-22T12:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: Help in fetching array field using format_map in workato</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/help-in-fetching-array-field-using-format-map-in-workato/m-p/11612#M4463</link>
      <description>&lt;P&gt;Your input array looks incorrectly formatted. Can you provide an actual example, something that is correctly formatted?&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jan 2026 19:45:06 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/help-in-fetching-array-field-using-format-map-in-workato/m-p/11612#M4463</guid>
      <dc:creator>gary1</dc:creator>
      <dc:date>2026-01-22T19:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: Help in fetching array field using format_map in workato</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/help-in-fetching-array-field-using-format-map-in-workato/m-p/11626#M4466</link>
      <description>&lt;P&gt;Below is the exact data for reference&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/1188"&gt;@gary1&lt;/a&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;"results": [
     {
       "external_id": "xyz",
       "index": 0,
       "errors": [
         {
           "code": "CustomObjectRecordCreateOrUpdateByExternalIdFailed",
           "title": "Record validation errors",
           "detail": "Name cannot be blank"
         }
       ],
       "status": "Failed"
     }
]&lt;/LI-CODE&gt;&lt;P&gt;So i need to use format_map on result array and pluck detail field from errors list.&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jan 2026 05:19:59 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/help-in-fetching-array-field-using-format-map-in-workato/m-p/11626#M4466</guid>
      <dc:creator>amaan</dc:creator>
      <dc:date>2026-01-23T05:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: Help in fetching array field using format_map in workato</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/help-in-fetching-array-field-using-format-map-in-workato/m-p/11630#M4467</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/13229"&gt;@amaan&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;Here is one of the solution,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Format map formulae.png" style="width: 999px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2508iE406742791327D4B/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Format map formulae.png" alt="Format map formulae.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you have any question.&lt;BR /&gt;&lt;BR /&gt;Thanks and Regards,&lt;BR /&gt;Shivakumara K A&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jan 2026 08:00:09 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/help-in-fetching-array-field-using-format-map-in-workato/m-p/11630#M4467</guid>
      <dc:creator>shivakumara</dc:creator>
      <dc:date>2026-01-23T08:00:09Z</dc:date>
    </item>
    <item>
      <title>Re: Help in fetching array field using format_map in workato</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/help-in-fetching-array-field-using-format-map-in-workato/m-p/11632#M4469</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/8685"&gt;@shivakumara&lt;/a&gt;&amp;nbsp;, thanks for the input but this approach does not solve the requirement i want each object to aligned with proper external id along with its error detail , the solution you posted will give first object detail of errors list only and that too at the end, not along the external ids.&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="workato ques.png" style="width: 844px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2509iA5EB37F5D4A775BA/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="workato ques.png" alt="workato ques.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jan 2026 08:43:11 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/help-in-fetching-array-field-using-format-map-in-workato/m-p/11632#M4469</guid>
      <dc:creator>amaan</dc:creator>
      <dc:date>2026-01-23T08:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: Help in fetching array field using format_map in workato</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/help-in-fetching-array-field-using-format-map-in-workato/m-p/11639#M4474</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="workato sol2.png" style="width: 999px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2511iD278CEAB854625C6/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="workato sol2.png" alt="workato sol2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I got the solution for the problem , we just need to extract both the field in array format then use format_map %s notation to fetch the value from nested array.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="workato sol.png" style="width: 940px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2510i8D48309D093FB13D/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="workato sol.png" alt="workato sol.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;You can check out the documentation as well here&lt;A title="format_map" href="https://docs.workato.com/en/formulas/array-list-formulas.html#format-map" target="_blank" rel="noopener"&gt;https://docs.workato.com/en/formulas/array-list-formulas.html#format-map&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jan 2026 09:48:46 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/help-in-fetching-array-field-using-format-map-in-workato/m-p/11639#M4474</guid>
      <dc:creator>amaan</dc:creator>
      <dc:date>2026-01-23T09:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: Help in fetching array field using format_map in workato</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/help-in-fetching-array-field-using-format-map-in-workato/m-p/11645#M4476</link>
      <description>&lt;P&gt;Glad to know that,&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/13229"&gt;@amaan&lt;/a&gt;&amp;nbsp; please kindly specify the problem/ requirements clearly which help us to provide required solutions.&amp;nbsp;&lt;BR /&gt;In your requirement it is not mentioned. But anyway, happy to hear that you received the solution.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jan 2026 14:11:04 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/help-in-fetching-array-field-using-format-map-in-workato/m-p/11645#M4476</guid>
      <dc:creator>shivakumara</dc:creator>
      <dc:date>2026-01-23T14:11:04Z</dc:date>
    </item>
  </channel>
</rss>

