<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Convert API response JSON to Array to disaply it on table</title><link>https://community.appian.com/discussions/f/data/22157/convert-api-response-json-to-array-to-disaply-it-on-table</link><description>Hello there! 
 I am trying to put data from bigquery response API, into a table to create record types. 
 So far, I have been able to get the response from bigquery and convert it to appian values, the response looks like this: 
 
 
 then, I created a</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Convert API response JSON to Array to disaply it on table</title><link>https://community.appian.com/thread/86830?ContentTypeID=1</link><pubDate>Fri, 08 Oct 2021 20:55:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fcc6cf5a-6d63-47ad-8fb1-54edab28cc7c</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;Assuming your expression rule now outputs an array of dictionaries with proper column names, try just setting that as the &amp;quot;Data&amp;quot; parameter of your read-only grid.&amp;nbsp; After a few other fairly easy configuration items, you should be ready to go.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Convert API response JSON to Array to disaply it on table</title><link>https://community.appian.com/thread/86829?ContentTypeID=1</link><pubDate>Fri, 08 Oct 2021 20:51:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e47a7895-4f38-4a44-b520-562897f39601</guid><dc:creator>rodrigoe0001</dc:creator><description>&lt;p&gt;Yeah, I want only on-demand pretty much, the API is calling the data I need already.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Alright so I guess I just need to&amp;nbsp; figure out the expression to show that data&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks a lot Mike!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Convert API response JSON to Array to disaply it on table</title><link>https://community.appian.com/thread/86828?ContentTypeID=1</link><pubDate>Fri, 08 Oct 2021 20:48:59 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:32f3c584-4458-448c-a7d4-8774dd4370d1</guid><dc:creator>Mike Schmitt</dc:creator><description>[quote userid="75476" url="~/discussions/f/data/22157/convert-api-response-json-to-array-to-disaply-it-on-table/86827#86827"]What I need is to simply display that response as a table on a site, do I still need to create a db for that?[/quote]
&lt;p&gt;That depends mainly on whether you need to store the responses for some time, or whether it will be sufficient to call the API on-demand (and every time the user loads that form).&amp;nbsp; Assuming you end up with an expression rule that returns a tidy dictionary of data though, you can simply feed that into the data parameter of the Read-Only Grid and use that live, without having to store it or retrieve it from a DB table.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Convert API response JSON to Array to disaply it on table</title><link>https://community.appian.com/thread/86827?ContentTypeID=1</link><pubDate>Fri, 08 Oct 2021 20:46:18 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:dd20d57d-a987-4b91-83f7-4ae54e3bed2e</guid><dc:creator>rodrigoe0001</dc:creator><description>&lt;p&gt;Got it,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;What I need is to simply display that response as a table on a site, do I still need to create a db for that?&lt;/p&gt;
&lt;p&gt;On the tutorials, there is a SpaceX app that gets created based on an API response, I want something similar to that, where I get records from the API and I display that on a table&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Convert API response JSON to Array to disaply it on table</title><link>https://community.appian.com/thread/86826?ContentTypeID=1</link><pubDate>Fri, 08 Oct 2021 20:26:17 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4394434e-5638-49f7-9a50-e48a4ba873e9</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;Cool, I knew it was something like that.&lt;/p&gt;
&lt;p&gt;So from here what you do depends on what your intended end result is.&amp;nbsp; If your aim is to store the data exactly in a DB table, then in general my first step would be to create a DB table with the columns you need, then use the CDT creator in Appian (i.e. create CDT based on existing DB table).&amp;nbsp; Then you would be able to use the above logic i.e. in an expression rule called in a process node, save it to a multiple-PV set as your new CDT type, then pass that into a WTDS node.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Convert API response JSON to Array to disaply it on table</title><link>https://community.appian.com/thread/86825?ContentTypeID=1</link><pubDate>Fri, 08 Oct 2021 20:21:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:4a051258-bbd8-4a2f-8187-4e6ab7d04293</guid><dc:creator>rodrigoe0001</dc:creator><description>&lt;p&gt;Awesome!!! The first option worked and I now have all records tied to a key&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;My question is now, how do I then attach this records into a table? Do I have to create it as record type?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Convert API response JSON to Array to disaply it on table</title><link>https://community.appian.com/thread/86824?ContentTypeID=1</link><pubDate>Fri, 08 Oct 2021 19:57:27 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d5a18940-7839-4025-814b-4a0fad7f3cae</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;Try these permutations, just in case, and see if either happens to work any better:&lt;/p&gt;
&lt;p&gt;first:&lt;br /&gt;&lt;pre class="ui-code" data-mode="java"&gt;a!forEach(
  rule!bigQuery().result.body.rows.f,  /* adding &amp;quot;.f&amp;quot; at the end here */
  
  createDictionary(
    {&amp;quot;State&amp;quot;, &amp;quot;Country&amp;quot;, ...}, /* array of all column/property names */
    fv!item.v
  )
)&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Second, somewhat more radical:&lt;br /&gt;&lt;pre class="ui-code" data-mode="java"&gt;a!forEach(
  rule!bigQuery().result.body.rows.f,
  
  createDictionary(
    {&amp;quot;State&amp;quot;, &amp;quot;Country&amp;quot;, ...}, /* array of all column/property names */
    a!forEach(
      /* create an inner forEach loop, attempt to loop over the inner array of dictionaries containing the &amp;quot;v:&amp;quot; property */
      fv!item,
      fv!item.v
    )
  )
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Convert API response JSON to Array to disaply it on table</title><link>https://community.appian.com/thread/86823?ContentTypeID=1</link><pubDate>Fri, 08 Oct 2021 19:53:13 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:518e401f-7d7a-4405-a34a-4ceb2ee5fb76</guid><dc:creator>rodrigoe0001</dc:creator><description>&lt;p&gt;Yeah, that is exactly what we need, I am doing some testing now but I think this may not be possible as I&amp;#39;m encountering a lot of limitations, probably I will need to workaround it , please let me know if you find a way on doing that.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Convert API response JSON to Array to disaply it on table</title><link>https://community.appian.com/thread/86822?ContentTypeID=1</link><pubDate>Fri, 08 Oct 2021 19:35:03 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:15293676-d08b-48ea-86d3-b62534418f2d</guid><dc:creator>Mike Schmitt</dc:creator><description>[quote userid="75476" url="~/discussions/f/data/22157/convert-api-response-json-to-array-to-disaply-it-on-table/86821#86821"]butt it returns the values on &amp;#39;v:&amp;#39; I showed before [/quote]
&lt;p&gt;I expected this, I was just curious to see the overall shape of the data when it&amp;#39;s called that way.&lt;/p&gt;
&lt;p&gt;What i&amp;#39;m hunting for here is how exactly we can refer to the dictionary value within your a!forEach() loop and effectively grab the array of deepest &amp;quot;v:&amp;quot; values, a group at a time, to convert to the dicitonary.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Convert API response JSON to Array to disaply it on table</title><link>https://community.appian.com/thread/86821?ContentTypeID=1</link><pubDate>Fri, 08 Oct 2021 19:32:46 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:953913c7-8fcd-4f34-a855-ad2d1ae4236a</guid><dc:creator>rodrigoe0001</dc:creator><description>&lt;p&gt;I tried that, butt it returns the values on &amp;#39;v:&amp;#39; I showed before :( is there a way to get a tutorial or something on converting JSON to array or to values to put into a table?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Convert API response JSON to Array to disaply it on table</title><link>https://community.appian.com/thread/86820?ContentTypeID=1</link><pubDate>Fri, 08 Oct 2021 19:15:24 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:e4840bff-282a-48e4-ad41-c86dea802a08</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;how about &amp;quot;rule!TGSU_bigquery().result.body.rows.f&amp;quot;?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Convert API response JSON to Array to disaply it on table</title><link>https://community.appian.com/thread/86817?ContentTypeID=1</link><pubDate>Fri, 08 Oct 2021 16:55:08 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:728dc5f0-de39-4271-8e7d-5c896e469347</guid><dc:creator>rodrigoe0001</dc:creator><description>&lt;p&gt;I tried creating a type data, like a CDT and it shows this on a grid&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/16/pastedimage1633712054531v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;however, to loop into it, do I use something like&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;#39;type!{urn:com:appian:types:TGSU}TGSU_tabletest&amp;#39;(),&lt;/p&gt;
&lt;p&gt;&lt;span&gt;a!forEach(&lt;/span&gt;&lt;br /&gt;&lt;span&gt;&amp;nbsp; rule!TGSU_bigquery().result.body.rows,&lt;/span&gt;&lt;br /&gt;&lt;span&gt;&amp;nbsp; fv!item&lt;/span&gt;&lt;br /&gt;&lt;span&gt;)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I tried to use the code above but may have syntax errors, but not sure if I&amp;#39;m on the right way?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Convert API response JSON to Array to disaply it on table</title><link>https://community.appian.com/thread/86816?ContentTypeID=1</link><pubDate>Fri, 08 Oct 2021 16:47:53 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:be66061a-242f-40cb-b084-2f4db2f59ca7</guid><dc:creator>rodrigoe0001</dc:creator><description>&lt;p&gt;It returns the same thing as the response from the API from bigquery&amp;nbsp;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/16/pastedimage1633711625362v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Convert API response JSON to Array to disaply it on table</title><link>https://community.appian.com/thread/86815?ContentTypeID=1</link><pubDate>Fri, 08 Oct 2021 16:45:26 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:3f2b7a36-7c02-4267-ba26-64bf0045e132</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;Please try running just this much, and seeing what the output is / what it&amp;#39;s formatted like:&lt;/p&gt;
&lt;p&gt;a!forEach(&lt;br /&gt;&amp;nbsp; rule!TGSU_bigquery().result.body.rows,&lt;br /&gt;&amp;nbsp; fv!item&lt;br /&gt;)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Convert API response JSON to Array to disaply it on table</title><link>https://community.appian.com/thread/86814?ContentTypeID=1</link><pubDate>Fri, 08 Oct 2021 16:43:05 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:06ef485d-39df-4c90-9e7c-13d8dc3372e9</guid><dc:creator>rodrigoe0001</dc:creator><description>&lt;p&gt;Thanks Mike,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I tried this code&amp;nbsp;&lt;/p&gt;
&lt;p&gt;a!forEach(&lt;br /&gt; rule!TGSU_bigquery().result.body.rows,&lt;/p&gt;
&lt;p&gt;createdictionary({&amp;quot;Duckling&amp;quot;, &amp;quot;Country&amp;quot;, &amp;quot;Job Type&amp;quot;,&amp;quot;History created time&amp;quot;,&lt;br /&gt; &amp;quot;Last activity time&amp;quot;, &amp;quot;status&amp;quot;,&amp;quot;candidate_id&amp;quot;,&amp;quot;candidateID&amp;quot;,&amp;quot;source&amp;quot;}, /* array of all column/property names */&lt;br /&gt; fv!item.v)&lt;br /&gt;)&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;but it returns an error saying &amp;#39;&amp;nbsp;&lt;span&gt;Expression evaluation error at function a!forEach: Error in a!forEach() expression during iteration 1: Expression evaluation error at function &amp;#39;createdictionary&amp;#39; [line 4]: The list of keys and values must be of the same length. Recieved 9 keys and 1 values.&amp;#39;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;then I guess is because I only added an &amp;#39;fv!item.v&amp;#39; but if I add more, then I still get an error saying unexpected number of parameters&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Convert API response JSON to Array to disaply it on table</title><link>https://community.appian.com/thread/86813?ContentTypeID=1</link><pubDate>Fri, 08 Oct 2021 15:55:40 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:04d02baa-2452-4982-855f-f2b42ae91c6d</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;I believe it would end up being something along these lines, plus or minus:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="java"&gt;a!forEach(
  rule!bigQuery().result.body.rows,
  
  createDictionary(
    {&amp;quot;State&amp;quot;, &amp;quot;Country&amp;quot;, ...}, /* array of all column/property names */
    fv!item.v
  )
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Convert API response JSON to Array to disaply it on table</title><link>https://community.appian.com/thread/86812?ContentTypeID=1</link><pubDate>Fri, 08 Oct 2021 15:50:51 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fd9e5f36-a6a9-4aee-97d6-0f9f8ca618b7</guid><dc:creator>rodrigoe0001</dc:creator><description>&lt;p&gt;Thanks a lot Mike, sure thing, here is the requested information:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;{{f: {{v: &amp;quot;Cali&amp;quot;}, {v: &amp;quot;country&amp;quot;}, {v: &amp;quot;AA&amp;quot;}, {v: &amp;quot;1/22/2021 11:47&amp;quot;}, {v: &amp;quot;5/11/2021 13:33&amp;quot;}, {v: &amp;quot;Match Sent&amp;quot;}, {v: &amp;quot;ZR_11607_CAND&amp;quot;}, {v: &amp;quot;5.09e+17&amp;quot;}, {v: &amp;quot;source&amp;quot;}}},&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt; {f: {{v: &amp;quot;name&amp;quot;}, {v: &amp;quot;country&amp;quot;}, {v: &amp;quot;AA&amp;quot;}, {v: &amp;quot;3/22/2021 15:51&amp;quot;}, {v: &amp;quot;5/11/2021 13:16&amp;quot;}, {v: &amp;quot;Pending&amp;quot;}, {v: &amp;quot;ZR_12952_CAND&amp;quot;}, {v: &amp;quot;5.09e+17&amp;quot;}, {v: &amp;quot;source&amp;quot;}}}&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt; {f: {{v: &amp;quot;name&amp;quot;}, {v: &amp;quot;country&amp;quot;}, {v: &amp;quot;AA&amp;quot;}, {v: &amp;quot;3/8/2021 11:20&amp;quot;}, {v: &amp;quot;5/11/2021 13:18&amp;quot;}, {v: &amp;quot;Proposed&amp;quot;}, {v: &amp;quot;ZR_13933_CAND&amp;quot;}, {v: &amp;quot;5.09e+17&amp;quot;}, {v: &amp;quot;source&amp;quot;}}}&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I am working on using a data type, I was able to show now the correct column names, now I am just trying to figure out how the foreach syntax works in Appian (I&amp;#39;m new here) so maybe that will do it too&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Convert API response JSON to Array to disaply it on table</title><link>https://community.appian.com/thread/86808?ContentTypeID=1</link><pubDate>Fri, 08 Oct 2021 15:15:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:83e9cd74-cd4f-4072-8836-242b5a378fd1</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;If you&amp;#39;re willing, do me a favor and show your API output as &amp;quot;expression&amp;quot;, and copy and paste here with the first ~2 or 3 rows worth of data (feel free to sanitize any of it as necessary, i just need the basic structure).&amp;nbsp; I&amp;#39;m trying to assemble an example expression to try to loop over the rows and create dictionaries, however Appian doesn&amp;#39;t easily allow for creating arrays-of-arrays like your output contains, thus at this point I&amp;#39;m hitting a dead end.&lt;/p&gt;
&lt;p&gt;&lt;img src="/resized-image/__size/320x240/__key/communityserver-discussions-components-files/16/pastedimage1633707254093v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Convert API response JSON to Array to disaply it on table</title><link>https://community.appian.com/thread/86806?ContentTypeID=1</link><pubDate>Fri, 08 Oct 2021 14:55:30 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b280d968-c2e6-4277-8615-a242d464dc3d</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;I just mean that you&amp;#39;d loop over the response rows in your handler Expression Rule and create a formatted dictionary that gets passed back to wherever you need it.&amp;nbsp; For starters:&lt;br /&gt;&lt;pre class="ui-code" data-mode="java"&gt;createDictionary(
  {&amp;quot;State&amp;quot;, &amp;quot;Country&amp;quot;, &amp;quot;Type&amp;quot;, &amp;quot;Date&amp;quot;},
  {
    &amp;quot;Cali&amp;quot;,
    &amp;quot;Argentina&amp;quot;,
    &amp;quot;AA&amp;quot;,
    today()
  }
)&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Convert API response JSON to Array to disaply it on table</title><link>https://community.appian.com/thread/86805?ContentTypeID=1</link><pubDate>Fri, 08 Oct 2021 14:53:28 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:42f23c41-5711-4973-b280-88aafd5f1132</guid><dc:creator>rodrigoe0001</dc:creator><description>&lt;p&gt;Hello, thanks for your response.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;From this response from bigQuery no, the column names do not come in the response anywhere, for that, you need to do another request on a different API from bigquery.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I get what you are saying of doing a loop, however, I have not found a way to create a table or a way to use loops, is it like on the interfaces or somewhere on the design pane?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Convert API response JSON to Array to disaply it on table</title><link>https://community.appian.com/thread/86804?ContentTypeID=1</link><pubDate>Fri, 08 Oct 2021 14:42:12 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:89c5b9e7-b5a9-4d30-b53a-811f853326e1</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;Do the column names come back somewhere else in the API response, or are you just expected to know them?&lt;/p&gt;
&lt;p&gt;Either way I suspect you&amp;#39;ll have to loop over the response rows and manually construct the necessary dictionary from each row&amp;#39;s results.&amp;nbsp; If each row will always have the exact same number of columns and you can just hardcode the column/property names, then this should be pretty easy.&amp;nbsp; If there&amp;#39;s an expectation that the columns might be variable and/or will need to be named after data that&amp;#39;s given in another part of the response, then it&amp;#39;s still doable but might be a bit harder.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>