<?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: Get the API name of a datapill in a recipe in Workato Pros Discussion Board</title>
    <link>https://systematic.workato.com/t5/workato-pros-discussion-board/get-the-api-name-of-a-datapill-in-a-recipe/m-p/12213#M4688</link>
    <description>&lt;P&gt;Thanks Gary, I'll check it out!&lt;/P&gt;</description>
    <pubDate>Thu, 14 May 2026 16:56:59 GMT</pubDate>
    <dc:creator>Waldy</dc:creator>
    <dc:date>2026-05-14T16:56:59Z</dc:date>
    <item>
      <title>Get the API name of a datapill in a recipe</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/get-the-api-name-of-a-datapill-in-a-recipe/m-p/12204#M4684</link>
      <description>&lt;P&gt;I'm receiving a payload in a webhook trigger that has section of JSON like:&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2026-05-14 102600.png" style="width: 597px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2686iB5B287356B0FDB29/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Screenshot 2026-05-14 102600.png" alt="Screenshot 2026-05-14 102600.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I'm posting to an API that has an array like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2026-05-14 102804.png" style="width: 465px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2687iB1880D0F11A514CB/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Screenshot 2026-05-14 102804.png" alt="Screenshot 2026-05-14 102804.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I need to pass the datapill API name in ParameterName field and the datapill value in the ParameterValue field.&amp;nbsp; I can't find anything in the documentation to be able to get a datapill API name.&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2026 09:34:19 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/get-the-api-name-of-a-datapill-in-a-recipe/m-p/12204#M4684</guid>
      <dc:creator>Waldy</dc:creator>
      <dc:date>2026-05-14T09:34:19Z</dc:date>
    </item>
    <item>
      <title>Re: Get the API name of a datapill in a recipe</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/get-the-api-name-of-a-datapill-in-a-recipe/m-p/12210#M4685</link>
      <description>&lt;P&gt;You can use .keys to get the keys/API name in a hash. It's not recursive.&lt;/P&gt;&lt;LI-CODE lang="ruby"&gt;character = {
  "name": "Frodo Baggins",
  "race": "Hobbit",
  "age": 50,
  "home": "Bag End, the Shire",
  "role": "Ring-bearer",
  "weapon": "Sting",
  "companions": [
    "Samwise Gamgee",
    "Gandalf",
    "Aragorn"
  ],
  "item": {
    "name": "The One Ring",
    "power": "dominion over all",
    "dangerous": true
  }
}

character.keys 
## output:
## [
##   "name",
##   "race",
##   "age",
##   "home",
##   "role",
##   "weapon",
##   "companions",
##   "item"
## ]&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2026 15:57:10 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/get-the-api-name-of-a-datapill-in-a-recipe/m-p/12210#M4685</guid>
      <dc:creator>gary1</dc:creator>
      <dc:date>2026-05-14T15:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: Get the API name of a datapill in a recipe</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/get-the-api-name-of-a-datapill-in-a-recipe/m-p/12211#M4686</link>
      <description>&lt;P&gt;So this has to be done via the raw JSON payload rather than the data pills?&amp;nbsp; I'm currently using the datapills that are returned from the webhook.&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2026 16:13:54 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/get-the-api-name-of-a-datapill-in-a-recipe/m-p/12211#M4686</guid>
      <dc:creator>Waldy</dc:creator>
      <dc:date>2026-05-14T16:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: Get the API name of a datapill in a recipe</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/get-the-api-name-of-a-datapill-in-a-recipe/m-p/12212#M4687</link>
      <description>&lt;P&gt;No, this works on the root data pill as well. If my example was used in a JSON parser action, I could use .keys on the "Document" output data pill.&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2026 16:19:00 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/get-the-api-name-of-a-datapill-in-a-recipe/m-p/12212#M4687</guid>
      <dc:creator>gary1</dc:creator>
      <dc:date>2026-05-14T16:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: Get the API name of a datapill in a recipe</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/get-the-api-name-of-a-datapill-in-a-recipe/m-p/12213#M4688</link>
      <description>&lt;P&gt;Thanks Gary, I'll check it out!&lt;/P&gt;</description>
      <pubDate>Thu, 14 May 2026 16:56:59 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/get-the-api-name-of-a-datapill-in-a-recipe/m-p/12213#M4688</guid>
      <dc:creator>Waldy</dc:creator>
      <dc:date>2026-05-14T16:56:59Z</dc:date>
    </item>
  </channel>
</rss>

