<?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 String value in list with options in Workato Pros Discussion Board</title>
    <link>https://systematic.workato.com/t5/workato-pros-discussion-board/string-value-in-list-with-options/m-p/11919#M4586</link>
    <description>&lt;P&gt;I have a list with the following schema:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 269px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2606i3C18ADE71D1FB5A1/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I would like to have the dataType be a list of values to pick from when adding items to the list.&amp;nbsp; How can I achieve this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 18 Feb 2026 15:51:55 GMT</pubDate>
    <dc:creator>AMacourek</dc:creator>
    <dc:date>2026-02-18T15:51:55Z</dc:date>
    <item>
      <title>String value in list with options</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/string-value-in-list-with-options/m-p/11919#M4586</link>
      <description>&lt;P&gt;I have a list with the following schema:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 269px;"&gt;&lt;img src="https://systematic.workato.com/t5/image/serverpage/image-id/2606i3C18ADE71D1FB5A1/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I would like to have the dataType be a list of values to pick from when adding items to the list.&amp;nbsp; How can I achieve this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Feb 2026 15:51:55 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/string-value-in-list-with-options/m-p/11919#M4586</guid>
      <dc:creator>AMacourek</dc:creator>
      <dc:date>2026-02-18T15:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: String value in list with options</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/string-value-in-list-with-options/m-p/11920#M4587</link>
      <description>&lt;P&gt;First, change the control_type to "select" or "multiselect"&lt;/P&gt;&lt;P&gt;Then, add a "pick_list" key. For the value, make an array of nested primitive arrays with two items. In each nested array, the first item is the label, the second item is the value that passes for each option.&lt;/P&gt;&lt;P&gt;Like this:&lt;/P&gt;&lt;LI-CODE lang="ruby"&gt;[
  {
    "control_type": "select", ## or multiselect
    "label": "Dropdown",
    "name": "dropdown",
    "type": "string",
    "optional": false,
    "pick_list": [ 
      ["one",1], 
      ["two",2],
      ["three","hello"]
    ]
  }
]&lt;/LI-CODE&gt;&lt;P&gt;More info here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.workato.com/en/developing-connectors/sdk/sdk-reference/schema.html#attribute-description" target="_blank"&gt;https://docs.workato.com/en/developing-connectors/sdk/sdk-reference/schema.html#attribute-description&lt;/A&gt;&lt;/P&gt;&lt;P&gt;And here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.workato.com/en/developing-connectors/sdk/sdk-reference/picklists.html" target="_blank"&gt;https://docs.workato.com/en/developing-connectors/sdk/sdk-reference/picklists.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Feb 2026 17:59:13 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/string-value-in-list-with-options/m-p/11920#M4587</guid>
      <dc:creator>gary1</dc:creator>
      <dc:date>2026-02-18T17:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: String value in list with options</title>
      <link>https://systematic.workato.com/t5/workato-pros-discussion-board/string-value-in-list-with-options/m-p/11926#M4589</link>
      <description>&lt;P&gt;Thanks.&amp;nbsp; I must have just had the syntax wrong&lt;/P&gt;</description>
      <pubDate>Thu, 19 Feb 2026 12:57:47 GMT</pubDate>
      <guid>https://systematic.workato.com/t5/workato-pros-discussion-board/string-value-in-list-with-options/m-p/11926#M4589</guid>
      <dc:creator>AMacourek</dc:creator>
      <dc:date>2026-02-19T12:57:47Z</dc:date>
    </item>
  </channel>
</rss>

