<?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 Reading Excel File Upload from UI Actions in Community Central forum</title>
    <link>https://www.servicenow.com/community/community-central-forum/reading-excel-file-upload-from-ui-actions/m-p/3400717#M5023</link>
    <description>&lt;P&gt;Problem Statement:&lt;BR /&gt;The use case I'm working on is a form (Now Platform) with a UI Action button that would read an attachment (in a File Attachment field, not the paperclip; would be an Excel file) and after clicking this button, would auto populate the fields in the current form.&lt;BR /&gt;&lt;BR /&gt;I have set up the import set and transform map to do so, but I'm unsure what to write in the UI Action button script.&lt;BR /&gt;&lt;BR /&gt;Any guidance would be appreciated!&lt;/P&gt;</description>
    <pubDate>Wed, 08 Oct 2025 10:29:39 GMT</pubDate>
    <dc:creator>ibrahimmoha</dc:creator>
    <dc:date>2025-10-08T10:29:39Z</dc:date>
    <item>
      <title>Reading Excel File Upload from UI Actions</title>
      <link>https://www.servicenow.com/community/community-central-forum/reading-excel-file-upload-from-ui-actions/m-p/3400717#M5023</link>
      <description>&lt;P&gt;Problem Statement:&lt;BR /&gt;The use case I'm working on is a form (Now Platform) with a UI Action button that would read an attachment (in a File Attachment field, not the paperclip; would be an Excel file) and after clicking this button, would auto populate the fields in the current form.&lt;BR /&gt;&lt;BR /&gt;I have set up the import set and transform map to do so, but I'm unsure what to write in the UI Action button script.&lt;BR /&gt;&lt;BR /&gt;Any guidance would be appreciated!&lt;/P&gt;</description>
      <pubDate>Wed, 08 Oct 2025 10:29:39 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/reading-excel-file-upload-from-ui-actions/m-p/3400717#M5023</guid>
      <dc:creator>ibrahimmoha</dc:creator>
      <dc:date>2025-10-08T10:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: Reading Excel File Upload from UI Actions</title>
      <link>https://www.servicenow.com/community/community-central-forum/reading-excel-file-upload-from-ui-actions/m-p/3403048#M5050</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can use the GlideSysAttachment api to get the content from the excel file (&lt;A href="https://www.servicenow.com/docs/bundle/zurich-api-reference/page/app-store/dev_portal/API_reference/GlideSysAttachmentGlobal/concept/GlideSysAttachmentGlobalAPI.html" target="_blank"&gt;GlideSysAttachment - Global&lt;/A&gt;) and&amp;nbsp;&lt;A href="https://www.servicenow.com/docs/bundle/zurich-api-reference/page/app-store/dev_portal/API_reference/GlideTextReaderScoped/concept/c_GlideTextReaderScopedAPI.html" target="_blank"&gt;GlideTextReader - Scoped&lt;/A&gt;&amp;nbsp;to read the content&lt;BR /&gt;Then you can update your record with the values of the attachment.&lt;BR /&gt;You can also insert the values that you got from the attachment on the import set table and run the transform instead of updating the record directly, but it would be one step more in that case&lt;/P&gt;</description>
      <pubDate>Fri, 10 Oct 2025 16:52:08 GMT</pubDate>
      <guid>https://www.servicenow.com/community/community-central-forum/reading-excel-file-upload-from-ui-actions/m-p/3403048#M5050</guid>
      <dc:creator>Ricardo26</dc:creator>
      <dc:date>2025-10-10T16:52:08Z</dc:date>
    </item>
  </channel>
</rss>

