<?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>question How do I import questions into a choice list for a Catalog Request? in Developer forum</title>
    <link>https://www.servicenow.com/community/developer-forum/how-do-i-import-questions-into-a-choice-list-for-a-catalog/m-p/1792010#M448936</link>
    <description>&lt;P&gt;I read this post called "How do I import values into a choice list for a Catalog Request?", and for the life of me couldn't get it to work. I went to the question_choice" table, clicked on Import, downloaded the template, but it will not let me write to the TEXT column at all, even if I add the column to the downloaded template.&lt;/P&gt;&lt;P&gt;The attached is what I am trying to import. (See attached file &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; ) , but with a few more rows. When I try to upload with the Text column included, it ignored that column completely, yet will create a record using all the other data. But the question is not much use without the Text column. Any help appreciated. Cheers, Mark S.&lt;/P&gt;</description>
    <pubDate>Fri, 04 Dec 2015 01:03:49 GMT</pubDate>
    <dc:creator>Baggies</dc:creator>
    <dc:date>2015-12-04T01:03:49Z</dc:date>
    <item>
      <title>How do I import questions into a choice list for a Catalog Request?</title>
      <link>https://www.servicenow.com/community/developer-forum/how-do-i-import-questions-into-a-choice-list-for-a-catalog/m-p/1792010#M448936</link>
      <description>&lt;P&gt;I read this post called "How do I import values into a choice list for a Catalog Request?", and for the life of me couldn't get it to work. I went to the question_choice" table, clicked on Import, downloaded the template, but it will not let me write to the TEXT column at all, even if I add the column to the downloaded template.&lt;/P&gt;&lt;P&gt;The attached is what I am trying to import. (See attached file &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; ) , but with a few more rows. When I try to upload with the Text column included, it ignored that column completely, yet will create a record using all the other data. But the question is not much use without the Text column. Any help appreciated. Cheers, Mark S.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Dec 2015 01:03:49 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/how-do-i-import-questions-into-a-choice-list-for-a-catalog/m-p/1792010#M448936</guid>
      <dc:creator>Baggies</dc:creator>
      <dc:date>2015-12-04T01:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: How do I import questions into a choice list for a Catalog Request?</title>
      <link>https://www.servicenow.com/community/developer-forum/how-do-i-import-questions-into-a-choice-list-for-a-catalog/m-p/1792011#M448937</link>
      <description>&lt;P&gt;Which table are you trying to import in? Did you check if there are any data policies running?&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Dec 2015 04:12:59 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/how-do-i-import-questions-into-a-choice-list-for-a-catalog/m-p/1792011#M448937</guid>
      <dc:creator>Mujtaba Amin Bh</dc:creator>
      <dc:date>2015-12-04T04:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: How do I import questions into a choice list for a Catalog Request?</title>
      <link>https://www.servicenow.com/community/developer-forum/how-do-i-import-questions-into-a-choice-list-for-a-catalog/m-p/1792012#M448938</link>
      <description>&lt;P&gt;Have similar experience and just posting this here and hope this can help.&lt;/P&gt;
&lt;P&gt;For every import that we do, there should have an existing transform map that is available and similar to the data fields you have.&lt;/P&gt;
&lt;P&gt;With fields not auto-populating in the question_choice table, please create a transform map &lt;STRONG&gt;sys_transform_map_list.do &lt;/STRONG&gt;and make sure to create source field accordingly.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2022 15:10:29 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/how-do-i-import-questions-into-a-choice-list-for-a-catalog/m-p/1792012#M448938</guid>
      <dc:creator>Roq</dc:creator>
      <dc:date>2022-09-13T15:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: How do I import questions into a choice list for a Catalog Request?</title>
      <link>https://www.servicenow.com/community/developer-forum/how-do-i-import-questions-into-a-choice-list-for-a-catalog/m-p/1792013#M448939</link>
      <description>&lt;P&gt;Baggies,&lt;/P&gt;
&lt;P&gt;Looking at your spreadsheet it looks like you want to load answers to a question on a request....with only a few choices like that it's probably easier to just add them as choices to your question variable.&lt;/P&gt;
&lt;P&gt;In order to import your list as is...you need to import your spreadsheet as a data source (Load Data in Filter Navigator) then create a Transform Map to the Target table mapping the fields (Source &amp;gt; Target).&amp;nbsp; You would then go to your Question and point it to the records you just created as the answers (choices).&lt;/P&gt;
&lt;P&gt;Unless you want to go through the import exercise you're better off just adding the choices in this situation.&lt;/P&gt;
&lt;P&gt;Rick&lt;/P&gt;</description>
      <pubDate>Tue, 13 Sep 2022 15:35:27 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/how-do-i-import-questions-into-a-choice-list-for-a-catalog/m-p/1792013#M448939</guid>
      <dc:creator>ricker</dc:creator>
      <dc:date>2022-09-13T15:35:27Z</dc:date>
    </item>
  </channel>
</rss>

