<?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 Can anyone identify why i cant map from my nested list in Workato? in Workato Pros Discussion Board</title>
    <link>https://systematic.workato.com/t5/workato-pros-discussion-board/can-anyone-identify-why-i-cant-map-from-my-nested-list-in/m-p/3384#M1625</link>
    <description>&lt;P&gt;I have an array called records and this contains an array called actions to be mapped to an API response, i have mapped the records source list correctly but when selecting the actions source list i am not given the ability to map the actions datapil.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 30 Aug 2022 22:49:06 GMT</pubDate>
    <dc:creator>ryan-avent</dc:creator>
    <dc:date>2022-08-30T22:49:06Z</dc:date>
    <item>
      <title>Can anyone identify why i cant map from my nested list in Workato?</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/can-anyone-identify-why-i-cant-map-from-my-nested-list-in/m-p/3384#M1625</link>
      <description>&lt;P&gt;I have an array called records and this contains an array called actions to be mapped to an API response, i have mapped the records source list correctly but when selecting the actions source list i am not given the ability to map the actions datapil.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Aug 2022 22:49:06 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/can-anyone-identify-why-i-cant-map-from-my-nested-list-in/m-p/3384#M1625</guid>
      <dc:creator>ryan-avent</dc:creator>
      <dc:date>2022-08-30T22:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone identify why i cant map from my nested list in Workato?</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/can-anyone-identify-why-i-cant-map-from-my-nested-list-in/m-p/3385#M1626</link>
      <description>&lt;P&gt;Try re-saving/refreshing the schema in step 8 then attempt to map it in again.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2022 22:51:50 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/can-anyone-identify-why-i-cant-map-from-my-nested-list-in/m-p/3385#M1626</guid>
      <dc:creator>jblanchett</dc:creator>
      <dc:date>2022-08-30T22:51:50Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone identify why i cant map from my nested list in Workato?</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/can-anyone-identify-why-i-cant-map-from-my-nested-list-in/m-p/3386#M1627</link>
      <description>&lt;P&gt;&lt;A href="https://systematic.workato.com/workato-migration/users/2373689"&gt;Joseph Blanchett&lt;/A&gt; tried that sadly same issue, seems to be the case a bunch of other recipies aswell where ever i have an array that contains an array workato wont recognize the child, i must be doing somthing wrong somewhere as this is a basic requirment for message processing.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Example Schema:&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;  {&lt;/P&gt;&lt;P&gt;    "control_type": "number",&lt;/P&gt;&lt;P&gt;    "label": "Object ID",&lt;/P&gt;&lt;P&gt;    "parse_output": "float_conversion",&lt;/P&gt;&lt;P&gt;    "type": "number",&lt;/P&gt;&lt;P&gt;    "name": "objectId"&lt;/P&gt;&lt;P&gt;  },&lt;/P&gt;&lt;P&gt;  {&lt;/P&gt;&lt;P&gt;    "control_type": "text",&lt;/P&gt;&lt;P&gt;    "label": "Title",&lt;/P&gt;&lt;P&gt;    "type": "string",&lt;/P&gt;&lt;P&gt;    "name": "title"&lt;/P&gt;&lt;P&gt;  },&lt;/P&gt;&lt;P&gt;  {&lt;/P&gt;&lt;P&gt;    "control_type": "text",&lt;/P&gt;&lt;P&gt;    "label": "Link",&lt;/P&gt;&lt;P&gt;    "type": "string",&lt;/P&gt;&lt;P&gt;    "name": "link"&lt;/P&gt;&lt;P&gt;  },&lt;/P&gt;&lt;P&gt;  {&lt;/P&gt;&lt;P&gt;    "control_type": "text",&lt;/P&gt;&lt;P&gt;    "label": "Quote name",&lt;/P&gt;&lt;P&gt;    "type": "string",&lt;/P&gt;&lt;P&gt;    "name": "quoteName"&lt;/P&gt;&lt;P&gt;  },&lt;/P&gt;&lt;P&gt;  {&lt;/P&gt;&lt;P&gt;    "control_type": "text",&lt;/P&gt;&lt;P&gt;    "label": "Valid",&lt;/P&gt;&lt;P&gt;    "type": "string",&lt;/P&gt;&lt;P&gt;    "name": "valid"&lt;/P&gt;&lt;P&gt;  },&lt;/P&gt;&lt;P&gt;  {&lt;/P&gt;&lt;P&gt;    "control_type": "text",&lt;/P&gt;&lt;P&gt;    "label": "Amount",&lt;/P&gt;&lt;P&gt;    "type": "string",&lt;/P&gt;&lt;P&gt;    "name": "amount"&lt;/P&gt;&lt;P&gt;  },&lt;/P&gt;&lt;P&gt;  {&lt;/P&gt;&lt;P&gt;    "name": "actions",&lt;/P&gt;&lt;P&gt;    "type": "array",&lt;/P&gt;&lt;P&gt;    "of": "object",&lt;/P&gt;&lt;P&gt;    "label": "Actions",&lt;/P&gt;&lt;P&gt;    "properties": [&lt;/P&gt;&lt;P&gt;      {&lt;/P&gt;&lt;P&gt;        "control_type": "text",&lt;/P&gt;&lt;P&gt;        "label": "Type",&lt;/P&gt;&lt;P&gt;        "type": "string",&lt;/P&gt;&lt;P&gt;        "name": "type"&lt;/P&gt;&lt;P&gt;      },&lt;/P&gt;&lt;P&gt;      {&lt;/P&gt;&lt;P&gt;        "control_type": "text",&lt;/P&gt;&lt;P&gt;        "label": "Confirmation message",&lt;/P&gt;&lt;P&gt;        "type": "string",&lt;/P&gt;&lt;P&gt;        "name": "confirmationMessage"&lt;/P&gt;&lt;P&gt;      },&lt;/P&gt;&lt;P&gt;      {&lt;/P&gt;&lt;P&gt;        "control_type": "text",&lt;/P&gt;&lt;P&gt;        "label": "Confirm button text",&lt;/P&gt;&lt;P&gt;        "type": "string",&lt;/P&gt;&lt;P&gt;        "name": "confirmButtonText"&lt;/P&gt;&lt;P&gt;      },&lt;/P&gt;&lt;P&gt;      {&lt;/P&gt;&lt;P&gt;        "control_type": "text",&lt;/P&gt;&lt;P&gt;        "label": "Cancel button text",&lt;/P&gt;&lt;P&gt;        "type": "string",&lt;/P&gt;&lt;P&gt;        "name": "cancelButtonText"&lt;/P&gt;&lt;P&gt;      },&lt;/P&gt;&lt;P&gt;      {&lt;/P&gt;&lt;P&gt;        "control_type": "text",&lt;/P&gt;&lt;P&gt;        "label": "Http method",&lt;/P&gt;&lt;P&gt;        "type": "string",&lt;/P&gt;&lt;P&gt;        "name": "httpMethod"&lt;/P&gt;&lt;P&gt;      },&lt;/P&gt;&lt;P&gt;      {&lt;/P&gt;&lt;P&gt;        "control_type": "text",&lt;/P&gt;&lt;P&gt;        "label": "URI",&lt;/P&gt;&lt;P&gt;        "type": "string",&lt;/P&gt;&lt;P&gt;        "name": "uri"&lt;/P&gt;&lt;P&gt;      },&lt;/P&gt;&lt;P&gt;      {&lt;/P&gt;&lt;P&gt;        "control_type": "text",&lt;/P&gt;&lt;P&gt;        "label": "Label",&lt;/P&gt;&lt;P&gt;        "type": "string",&lt;/P&gt;&lt;P&gt;        "name": "label"&lt;/P&gt;&lt;P&gt;      },&lt;/P&gt;&lt;P&gt;      {&lt;/P&gt;&lt;P&gt;        "control_type": "number",&lt;/P&gt;&lt;P&gt;        "label": "Width",&lt;/P&gt;&lt;P&gt;        "parse_output": "float_conversion",&lt;/P&gt;&lt;P&gt;        "type": "number",&lt;/P&gt;&lt;P&gt;        "name": "width"&lt;/P&gt;&lt;P&gt;      },&lt;/P&gt;&lt;P&gt;      {&lt;/P&gt;&lt;P&gt;        "control_type": "number",&lt;/P&gt;&lt;P&gt;        "label": "Height",&lt;/P&gt;&lt;P&gt;        "parse_output": "float_conversion",&lt;/P&gt;&lt;P&gt;        "type": "number",&lt;/P&gt;&lt;P&gt;        "name": "height"&lt;/P&gt;&lt;P&gt;      }&lt;/P&gt;&lt;P&gt;    ]&lt;/P&gt;&lt;P&gt;  }&lt;/P&gt;&lt;P&gt;]&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2022 23:09:01 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/can-anyone-identify-why-i-cant-map-from-my-nested-list-in/m-p/3386#M1627</guid>
      <dc:creator>ryan-avent</dc:creator>
      <dc:date>2022-08-30T23:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone identify why i cant map from my nested list in Workato?</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/can-anyone-identify-why-i-cant-map-from-my-nested-list-in/m-p/3387#M1628</link>
      <description>&lt;P&gt;looks like Workato has a bug (tested in chrome) the page forsnt allow you to select the datapil for the array (doesnt allow you to select) but iy you hightlight the text and drag it to the source list then it works.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2022 23:25:15 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/can-anyone-identify-why-i-cant-map-from-my-nested-list-in/m-p/3387#M1628</guid>
      <dc:creator>ryan-avent</dc:creator>
      <dc:date>2022-08-30T23:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone identify why i cant map from my nested list in Workato?</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/can-anyone-identify-why-i-cant-map-from-my-nested-list-in/m-p/3388#M1629</link>
      <description>&lt;P&gt;Can you share the raw data (JSON or XML or otherwise) that mapped into the datapills shown in the screenshot?&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 31 Aug 2022 01:33:30 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/can-anyone-identify-why-i-cant-map-from-my-nested-list-in/m-p/3388#M1629</guid>
      <dc:creator>iwhitman</dc:creator>
      <dc:date>2022-08-31T01:33:30Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone identify why i cant map from my nested list in Workato?</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/can-anyone-identify-why-i-cant-map-from-my-nested-list-in/m-p/3389#M1630</link>
      <description>&lt;P&gt;A workaround to select datapill is to switch the mode of the textbox from text to fomula.&lt;/P&gt;</description>
      <pubDate>Wed, 31 Aug 2022 07:25:30 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/can-anyone-identify-why-i-cant-map-from-my-nested-list-in/m-p/3389#M1630</guid>
      <dc:creator>miki-matsumoto</dc:creator>
      <dc:date>2022-08-31T07:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone identify why i cant map from my nested list in Workato?</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/can-anyone-identify-why-i-cant-map-from-my-nested-list-in/m-p/3390#M1631</link>
      <description>&lt;P&gt;Agree with Ryan about the work around.  Double click the pill of the nested item/field and then drag it over to map it.&lt;/P&gt;</description>
      <pubDate>Wed, 31 Aug 2022 19:46:43 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/can-anyone-identify-why-i-cant-map-from-my-nested-list-in/m-p/3390#M1631</guid>
      <dc:creator>gwilkinson</dc:creator>
      <dc:date>2022-08-31T19:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone identify why i cant map from my nested list in Workato?</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/can-anyone-identify-why-i-cant-map-from-my-nested-list-in/m-p/3391#M1632</link>
      <description>&lt;P&gt;What they all said,. Try highlighting it, and dragging it,&lt;/P&gt;</description>
      <pubDate>Wed, 31 Aug 2022 21:05:14 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/can-anyone-identify-why-i-cant-map-from-my-nested-list-in/m-p/3391#M1632</guid>
      <dc:creator>rachelnatik</dc:creator>
      <dc:date>2022-08-31T21:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone identify why i cant map from my nested list in Workato?</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/can-anyone-identify-why-i-cant-map-from-my-nested-list-in/m-p/3392#M1633</link>
      <description>&lt;P&gt;Hi Ryan,&lt;/P&gt;&lt;P&gt;Sorry for the late reply.&lt;/P&gt;&lt;P&gt;Please try 'Group mapping' option (it's in the upper-center-right on your screenshot). This always work for the nested lists.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2022 03:33:46 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/can-anyone-identify-why-i-cant-map-from-my-nested-list-in/m-p/3392#M1633</guid>
      <dc:creator>ab</dc:creator>
      <dc:date>2022-09-06T03:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone identify why i cant map from my nested list in Workato?</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/can-anyone-identify-why-i-cant-map-from-my-nested-list-in/m-p/3393#M1634</link>
      <description>&lt;P&gt;Hi Ryan,&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;If you look at the Record list that you have at step 8, there is a Record datapill as an array type in the root level.&lt;/P&gt;&lt;P&gt;So, you have to use a for each step on the Record datapill and bring the "Return Success" step inside the for each step. &lt;/P&gt;&lt;P&gt;Now, you should be able to select the first nested level of array datapills(Actions, in your case).&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Hope, this helps!&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2022 12:03:22 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/can-anyone-identify-why-i-cant-map-from-my-nested-list-in/m-p/3393#M1634</guid>
      <dc:creator>mkumar7</dc:creator>
      <dc:date>2022-09-06T12:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone identify why i cant map from my nested list in Workato?</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/can-anyone-identify-why-i-cant-map-from-my-nested-list-in/m-p/3394#M1635</link>
      <description>&lt;P&gt;It's possible to map any nested level with 'Group mapping' function. Please kindly see my reply above.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2022 16:32:17 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/can-anyone-identify-why-i-cant-map-from-my-nested-list-in/m-p/3394#M1635</guid>
      <dc:creator>ab</dc:creator>
      <dc:date>2022-09-06T16:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone identify why i cant map from my nested list in Workato?</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/can-anyone-identify-why-i-cant-map-from-my-nested-list-in/m-p/3395#M1636</link>
      <description>&lt;P&gt;Ah, didn't know that.  Will have to try that. Thx&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2022 18:57:38 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/can-anyone-identify-why-i-cant-map-from-my-nested-list-in/m-p/3395#M1636</guid>
      <dc:creator>gwilkinson</dc:creator>
      <dc:date>2022-09-06T18:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: Can anyone identify why i cant map from my nested list in Workato?</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/can-anyone-identify-why-i-cant-map-from-my-nested-list-in/m-p/3396#M1637</link>
      <description>&lt;P&gt;Nice tip, I will need to try your suggestion.  Thx&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2022 18:59:21 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/can-anyone-identify-why-i-cant-map-from-my-nested-list-in/m-p/3396#M1637</guid>
      <dc:creator>gwilkinson</dc:creator>
      <dc:date>2022-09-06T18:59:21Z</dc:date>
    </item>
  </channel>
</rss>

