<?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: Store the data from input form in thingworx in ThingWorx Developers</title>
    <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Store-the-data-from-input-form-in-thingworx/m-p/1019181#M69923</link>
    <description>&lt;P&gt;Hi &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/890158"&gt;@IA_10640601&lt;/a&gt;&lt;/SPAN&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use DataTable to store the user input on Mashup.&lt;/P&gt;
&lt;P&gt;See &lt;A href="https://support.ptc.com/help/thingworx/platform/r9.7/en/?_gl=1*17zr1p8*_gcl_au*MTgzMTIzNjU4OS4xNzMzNzI5OTM3*_ga*MTY4MDUyOTM4NS4xNzMzNzI5OTM1*_ga_7NMP2MSYPM*MTczMzg3ODU1NS41LjEuMTczMzg4ODkxMi41MC4wLjA.*_ga_CBN5QVB9VJ*MTczMzg4ODkwMi4xMi4xLjE3MzM4ODg5MDkuMC4wLjA.#page/ThingWorx/Help/Composer/DataStorage/DataTables/DataTables.html#wwID0EJE4X" target="_blank"&gt;Help Center - Data Tables&lt;/A&gt; for more information.&lt;/P&gt;
&lt;P&gt;You need to create a JavaScript (JS) service to add or update a record into your data table, which should be fired by an event in Mashup (like a button click event) through binding.&lt;/P&gt;
&lt;P&gt;Also, bind your form data entries to the input parameters of your write-data JS service.&lt;/P&gt;
&lt;P&gt;Refer to &lt;A href="https://support.ptc.com/help/thingworx/platform/r9.7/en/?_gl=1*17zr1p8*_gcl_au*MTgzMTIzNjU4OS4xNzMzNzI5OTM3*_ga*MTY4MDUyOTM4NS4xNzMzNzI5OTM1*_ga_7NMP2MSYPM*MTczMzg3ODU1NS41LjEuMTczMzg4ODkxMi41MC4wLjA.*_ga_CBN5QVB9VJ*MTczMzg4ODkwMi4xMi4xLjE3MzM4ODg5MDkuMC4wLjA.#page/ThingWorx/Help/Composer/Things/ThingServices.html" target="_blank"&gt;Thing Services&lt;/A&gt; and &lt;A href="https://support.ptc.com/help/thingworx/platform/r9.7/en/?_gl=1*17zr1p8*_gcl_au*MTgzMTIzNjU4OS4xNzMzNzI5OTM3*_ga*MTY4MDUyOTM4NS4xNzMzNzI5OTM1*_ga_7NMP2MSYPM*MTczMzg3ODU1NS41LjEuMTczMzg4ODkxMi41MC4wLjA.*_ga_CBN5QVB9VJ*MTczMzg4ODkwMi4xMi4xLjE3MzM4ODg5MDkuMC4wLjA.#page/ThingWorx/Help/Mashup_Builder/DataServicesandLinking/AddingDataServicesToAMashup.html" target="_blank"&gt;Adding Data Services to a Mashup&lt;/A&gt; in ThingWorx Help Center for more information.&lt;/P&gt;
&lt;P&gt;If you want to learn the basics of ThingWorx, I would recommend you contact your sales representative or CSM to take PTCU ThingWorx Foundation courses.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;</description>
    <pubDate>Fri, 06 Jun 2025 03:45:17 GMT</pubDate>
    <dc:creator>TonyZhang</dc:creator>
    <dc:date>2025-06-06T03:45:17Z</dc:date>
    <item>
      <title>Store the data from input form in thingworx</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Store-the-data-from-input-form-in-thingworx/m-p/1018723#M69902</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am very new to thingworx. I created a very basic mashup with a form where the user can enter data. What I don't understand is how to ensure the data entry is saved somewhere. How does this work in thingworx? I would like the form to be saved somewhere once its filled out with a possibility to edit in future if needed.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jun 2025 13:33:48 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Store-the-data-from-input-form-in-thingworx/m-p/1018723#M69902</guid>
      <dc:creator>IA_10640601</dc:creator>
      <dc:date>2025-06-05T13:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: Store the data from input form in thingworx</title>
      <link>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Store-the-data-from-input-form-in-thingworx/m-p/1019181#M69923</link>
      <description>&lt;P&gt;Hi &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://www.ptcusercommunity.com/t5/user/viewprofilepage/user-id/890158"&gt;@IA_10640601&lt;/a&gt;&lt;/SPAN&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use DataTable to store the user input on Mashup.&lt;/P&gt;
&lt;P&gt;See &lt;A href="https://support.ptc.com/help/thingworx/platform/r9.7/en/?_gl=1*17zr1p8*_gcl_au*MTgzMTIzNjU4OS4xNzMzNzI5OTM3*_ga*MTY4MDUyOTM4NS4xNzMzNzI5OTM1*_ga_7NMP2MSYPM*MTczMzg3ODU1NS41LjEuMTczMzg4ODkxMi41MC4wLjA.*_ga_CBN5QVB9VJ*MTczMzg4ODkwMi4xMi4xLjE3MzM4ODg5MDkuMC4wLjA.#page/ThingWorx/Help/Composer/DataStorage/DataTables/DataTables.html#wwID0EJE4X" target="_blank"&gt;Help Center - Data Tables&lt;/A&gt; for more information.&lt;/P&gt;
&lt;P&gt;You need to create a JavaScript (JS) service to add or update a record into your data table, which should be fired by an event in Mashup (like a button click event) through binding.&lt;/P&gt;
&lt;P&gt;Also, bind your form data entries to the input parameters of your write-data JS service.&lt;/P&gt;
&lt;P&gt;Refer to &lt;A href="https://support.ptc.com/help/thingworx/platform/r9.7/en/?_gl=1*17zr1p8*_gcl_au*MTgzMTIzNjU4OS4xNzMzNzI5OTM3*_ga*MTY4MDUyOTM4NS4xNzMzNzI5OTM1*_ga_7NMP2MSYPM*MTczMzg3ODU1NS41LjEuMTczMzg4ODkxMi41MC4wLjA.*_ga_CBN5QVB9VJ*MTczMzg4ODkwMi4xMi4xLjE3MzM4ODg5MDkuMC4wLjA.#page/ThingWorx/Help/Composer/Things/ThingServices.html" target="_blank"&gt;Thing Services&lt;/A&gt; and &lt;A href="https://support.ptc.com/help/thingworx/platform/r9.7/en/?_gl=1*17zr1p8*_gcl_au*MTgzMTIzNjU4OS4xNzMzNzI5OTM3*_ga*MTY4MDUyOTM4NS4xNzMzNzI5OTM1*_ga_7NMP2MSYPM*MTczMzg3ODU1NS41LjEuMTczMzg4ODkxMi41MC4wLjA.*_ga_CBN5QVB9VJ*MTczMzg4ODkwMi4xMi4xLjE3MzM4ODg5MDkuMC4wLjA.#page/ThingWorx/Help/Mashup_Builder/DataServicesandLinking/AddingDataServicesToAMashup.html" target="_blank"&gt;Adding Data Services to a Mashup&lt;/A&gt; in ThingWorx Help Center for more information.&lt;/P&gt;
&lt;P&gt;If you want to learn the basics of ThingWorx, I would recommend you contact your sales representative or CSM to take PTCU ThingWorx Foundation courses.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jun 2025 03:45:17 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/ThingWorx-Developers/Store-the-data-from-input-form-in-thingworx/m-p/1019181#M69923</guid>
      <dc:creator>TonyZhang</dc:creator>
      <dc:date>2025-06-06T03:45:17Z</dc:date>
    </item>
  </channel>
</rss>

