<?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 Schema friendly names in Workato Pros Discussion Board</title>
    <link>https://systematic.workato.com/t5/workato-pros-discussion-board/schema-friendly-names/m-p/11807#M4542</link>
    <description>&lt;P&gt;Is there a way to have Workato NOT show a friendly name for a schema. I have a recipe function that returns an object based on a schema and I would like to use that schema in the calling recipe as it was defined.&amp;nbsp; For example, show "displayName" instead of "Display name"&lt;/P&gt;&lt;P&gt;I realize that Workato is trying to make it more readable, but I would like it verbatim.&lt;/P&gt;</description>
    <pubDate>Tue, 10 Feb 2026 13:43:57 GMT</pubDate>
    <dc:creator>AMacourek</dc:creator>
    <dc:date>2026-02-10T13:43:57Z</dc:date>
    <item>
      <title>Schema friendly names</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/schema-friendly-names/m-p/11807#M4542</link>
      <description>&lt;P&gt;Is there a way to have Workato NOT show a friendly name for a schema. I have a recipe function that returns an object based on a schema and I would like to use that schema in the calling recipe as it was defined.&amp;nbsp; For example, show "displayName" instead of "Display name"&lt;/P&gt;&lt;P&gt;I realize that Workato is trying to make it more readable, but I would like it verbatim.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Feb 2026 13:43:57 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/schema-friendly-names/m-p/11807#M4542</guid>
      <dc:creator>AMacourek</dc:creator>
      <dc:date>2026-02-10T13:43:57Z</dc:date>
    </item>
    <item>
      <title>Re: Schema friendly names</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/schema-friendly-names/m-p/11810#M4544</link>
      <description>&lt;P&gt;If it's a schema you defined, you can update the label value.&lt;/P&gt;&lt;P&gt;I also find this behavior really annoying. I wish they would always use the key name for the data pill, or at least show it in smaller text so I don't need to hover to see it.&lt;/P&gt;&lt;LI-CODE lang="ruby"&gt;## default for 'firstName' will display as "First name"

[
  {
    "name": "firstName",
    "type": "string",
    "optional": false,
    "control_type": "text",
    "label": "First name" ## this guy right here
  }
]

## the below will display as "firstName" in the data pill

[
  {
    "name": "firstName",
    "type": "string",
    "optional": false,
    "control_type": "text",
    "label": "firstName"
  }
]&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Feb 2026 18:16:42 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/schema-friendly-names/m-p/11810#M4544</guid>
      <dc:creator>gary1</dc:creator>
      <dc:date>2026-02-10T18:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: Schema friendly names</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/schema-friendly-names/m-p/11814#M4545</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://systematic.workato.com/t5/user/viewprofilepage/user-id/13305"&gt;@AMacourek&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;DIV&gt;I’m adding a few screenshots to support @gary1’s explanation. The label name determines how it appears and is displayed everywhere.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Schema defined" style="width: 999px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2568i8910AFEF59497861/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Schema defined one.png" alt="Schema defined" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Schema defined&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Schema Label names" style="width: 999px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2569iED64F6F22391853F/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Schema Label.png" alt="Schema Label names" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Schema Label names&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="in every steps: Label will be displayed" style="width: 999px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2570i952505DC9FB9A573/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="Label Names defines.png" alt="in every steps: Label will be displayed" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;in every steps: Label will be displayed&lt;/span&gt;&lt;/span&gt;&lt;/DIV&gt;&lt;P&gt;Change your Label name that will solve your problem.&lt;BR /&gt;&lt;BR /&gt;Thanks and Regards,&lt;BR /&gt;Shivakumara K A&lt;/P&gt;</description>
      <pubDate>Wed, 11 Feb 2026 05:25:22 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/schema-friendly-names/m-p/11814#M4545</guid>
      <dc:creator>shivakumara</dc:creator>
      <dc:date>2026-02-11T05:25:22Z</dc:date>
    </item>
  </channel>
</rss>

