<?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: Auto Fill Microsoft Form from HS in APIs &amp; Integrations</title>
    <link>https://community.hubspot.com/t5/APIs-Integrations/Auto-Fill-Microsoft-Form-from-HS/m-p/974791#M73555</link>
    <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/296785"&gt;@SMCNULTY&lt;/a&gt;&amp;nbsp;- sounds like you are working to figure this all out through you own experiments!&lt;/P&gt;
&lt;P&gt;I was going to suggest ealier that you combine two techniques to resolve this challenge:&lt;/P&gt;
&lt;P&gt;- adding a query partameter to your URL redirection to this form that includes the PO number you need to submit&lt;/P&gt;
&lt;P&gt;- Using JS to uncover the DOM model object for the necessary input field on the form and filling that object from the value in the query string.&lt;/P&gt;
&lt;P&gt;Its all rather fiddly work - but probab;y the only way to address the challenge you have been set.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good luck!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Steve&lt;/P&gt;</description>
    <pubDate>Fri, 10 May 2024 21:17:51 GMT</pubDate>
    <dc:creator>SteveHTM</dc:creator>
    <dc:date>2024-05-10T21:17:51Z</dc:date>
    <item>
      <title>Auto Fill Microsoft Form from HS</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Auto-Fill-Microsoft-Form-from-HS/m-p/974545#M73546</link>
      <description>&lt;P&gt;Good Morning,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;A customer of ours has recently required us to "verify their PO" via a Office form.&amp;nbsp; It's public and it located here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://kone.us/SparesPOConfirm" target="_blank" rel="noopener"&gt;https://kone.us/SparesPOConfirm&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Which leads here:&lt;/P&gt;&lt;P&gt;&lt;A title="KONE PO Confirm Website" href="https://forms.office.com/pages/responsepage.aspx?id=ZCy4K7Eu90OIYv3B0jM7UE7lIih03qNPkkd-nLrAmy9UNVhQMEU4NTBXOFlBU0ZGN082TDkyOTZCSy4u" target="_blank" rel="noopener"&gt;https://forms.office.com/pages/responsepage.aspx?id=ZCy4K7Eu90OIYv3B0jM7UE7lIih03qNPkkd-nLrAmy9UNVhQMEU4NTBXOFlBU0ZGN082TDkyOTZCSy4u&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's pretty annoying, just extra work for us.&amp;nbsp; Is there any way to push property values from a HS ticket over to this browser based form?&amp;nbsp; The group that made this form has near zero technical knowledge so when I asked about access to their back end to automate, they had no idea.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've done API calls within Excel and pushed/pulled data from Hubspot, but nothing with pushing data out to a form presented in a browser.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be appreciated.&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2024 13:21:40 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Auto-Fill-Microsoft-Form-from-HS/m-p/974545#M73546</guid>
      <dc:creator>SMCNULTY</dc:creator>
      <dc:date>2024-05-10T13:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Fill Microsoft Form from HS</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Auto-Fill-Microsoft-Form-from-HS/m-p/974625#M73551</link>
      <description>&lt;P&gt;I will add nuggets here as I make progress. I was at least able to figure out how to inject a value in a office form via javas script.&amp;nbsp; For this form, the first field (1. PO Number*) I put in "54321" via this bit of code within Chrome Console:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;document.querySelector('input[aria-labelledby="QuestionId_r75c22d61242c494bb7b62b51cbf541c9 QuestionInfo_r75c22d61242c494bb7b62b51cbf541c9"]' ).value='54321'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SMCNULTY_0-1715354337563.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/117241iFC7D04B1E025856C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SMCNULTY_0-1715354337563.png" alt="SMCNULTY_0-1715354337563.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2024 15:20:17 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Auto-Fill-Microsoft-Form-from-HS/m-p/974625#M73551</guid>
      <dc:creator>SMCNULTY</dc:creator>
      <dc:date>2024-05-10T15:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Fill Microsoft Form from HS</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Auto-Fill-Microsoft-Form-from-HS/m-p/974671#M73553</link>
      <description>&lt;P&gt;I was also able to fill the form in via Microsoft Power Automate so I assume between Javascript and/or powerautomate I should be able to finagle something into working here&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SMCNULTY_0-1715358140647.png" style="width: 400px;"&gt;&lt;img src="https://community.hubspot.com/t5/image/serverpage/image-id/117245iCC192C353911318E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SMCNULTY_0-1715358140647.png" alt="SMCNULTY_0-1715358140647.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2024 16:22:35 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Auto-Fill-Microsoft-Form-from-HS/m-p/974671#M73553</guid>
      <dc:creator>SMCNULTY</dc:creator>
      <dc:date>2024-05-10T16:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Fill Microsoft Form from HS</title>
      <link>https://community.hubspot.com/t5/APIs-Integrations/Auto-Fill-Microsoft-Form-from-HS/m-p/974791#M73555</link>
      <description>&lt;P&gt;&lt;a href="https://community.hubspot.com/t5/user/viewprofilepage/user-id/296785"&gt;@SMCNULTY&lt;/a&gt;&amp;nbsp;- sounds like you are working to figure this all out through you own experiments!&lt;/P&gt;
&lt;P&gt;I was going to suggest ealier that you combine two techniques to resolve this challenge:&lt;/P&gt;
&lt;P&gt;- adding a query partameter to your URL redirection to this form that includes the PO number you need to submit&lt;/P&gt;
&lt;P&gt;- Using JS to uncover the DOM model object for the necessary input field on the form and filling that object from the value in the query string.&lt;/P&gt;
&lt;P&gt;Its all rather fiddly work - but probab;y the only way to address the challenge you have been set.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good luck!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Fri, 10 May 2024 21:17:51 GMT</pubDate>
      <guid>https://community.hubspot.com/t5/APIs-Integrations/Auto-Fill-Microsoft-Form-from-HS/m-p/974791#M73555</guid>
      <dc:creator>SteveHTM</dc:creator>
      <dc:date>2024-05-10T21:17:51Z</dc:date>
    </item>
  </channel>
</rss>

