<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Import Windows Autopilot devices with Logic Apps	</title>
	<atom:link href="https://inthecloud247.com/import-windows-autopilot-devices-with-logic-apps/feed/" rel="self" type="application/rss+xml" />
	<link>https://inthecloud247.com/import-windows-autopilot-devices-with-logic-apps/</link>
	<description>Intune, Windows, Office 365, Microsoft 365, Azure, Automation</description>
	<lastBuildDate>Fri, 14 Feb 2025 09:29:39 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Peter Klapwijk		</title>
		<link>https://inthecloud247.com/import-windows-autopilot-devices-with-logic-apps/#comment-191211</link>

		<dc:creator><![CDATA[Peter Klapwijk]]></dc:creator>
		<pubDate>Tue, 01 Nov 2022 19:49:11 +0000</pubDate>
		<guid isPermaLink="false">https://inthecloud247.com/?p=7147#comment-191211</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://inthecloud247.com/import-windows-autopilot-devices-with-logic-apps/#comment-191160&quot;&gt;Jon&lt;/a&gt;.

No, also the hardware hash.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://inthecloud247.com/import-windows-autopilot-devices-with-logic-apps/#comment-191160">Jon</a>.</p>
<p>No, also the hardware hash.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jon		</title>
		<link>https://inthecloud247.com/import-windows-autopilot-devices-with-logic-apps/#comment-191160</link>

		<dc:creator><![CDATA[Jon]]></dc:creator>
		<pubDate>Mon, 31 Oct 2022 10:04:05 +0000</pubDate>
		<guid isPermaLink="false">https://inthecloud247.com/?p=7147#comment-191160</guid>

					<description><![CDATA[Thanks for this. 

What info exactly is the user uploading to share point? Is it just device Seidel number?]]></description>
			<content:encoded><![CDATA[<p>Thanks for this. </p>
<p>What info exactly is the user uploading to share point? Is it just device Seidel number?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Peter Klapwijk		</title>
		<link>https://inthecloud247.com/import-windows-autopilot-devices-with-logic-apps/#comment-179674</link>

		<dc:creator><![CDATA[Peter Klapwijk]]></dc:creator>
		<pubDate>Wed, 02 Mar 2022 20:17:11 +0000</pubDate>
		<guid isPermaLink="false">https://inthecloud247.com/?p=7147#comment-179674</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://inthecloud247.com/import-windows-autopilot-devices-with-logic-apps/#comment-179669&quot;&gt;Alex&lt;/a&gt;.

If the CSV holds multiple serial numbers with their corresponding data, that will be processed.
This example flow doesn&#039;t delete the CSV files, but that should be possible, or you can move them to another folder (as an archive). Before a delete/ move action it might be necessary to build in a delay as the file might be locked by the process.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://inthecloud247.com/import-windows-autopilot-devices-with-logic-apps/#comment-179669">Alex</a>.</p>
<p>If the CSV holds multiple serial numbers with their corresponding data, that will be processed.<br />
This example flow doesn&#8217;t delete the CSV files, but that should be possible, or you can move them to another folder (as an archive). Before a delete/ move action it might be necessary to build in a delay as the file might be locked by the process.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Alex		</title>
		<link>https://inthecloud247.com/import-windows-autopilot-devices-with-logic-apps/#comment-179669</link>

		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Wed, 02 Mar 2022 16:15:40 +0000</pubDate>
		<guid isPermaLink="false">https://inthecloud247.com/?p=7147#comment-179669</guid>

					<description><![CDATA[What happens if there is multiple csv file in the Sharepoint location when it checks?

Also, does it delete the csv file once it&#039;s processed?

I might try to implement this.. I&#039;m looking for a solution where help-desk agent can upload the csv file themselves.]]></description>
			<content:encoded><![CDATA[<p>What happens if there is multiple csv file in the Sharepoint location when it checks?</p>
<p>Also, does it delete the csv file once it&#8217;s processed?</p>
<p>I might try to implement this.. I&#8217;m looking for a solution where help-desk agent can upload the csv file themselves.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Peter Klapwijk		</title>
		<link>https://inthecloud247.com/import-windows-autopilot-devices-with-logic-apps/#comment-177119</link>

		<dc:creator><![CDATA[Peter Klapwijk]]></dc:creator>
		<pubDate>Thu, 23 Dec 2021 13:54:53 +0000</pubDate>
		<guid isPermaLink="false">https://inthecloud247.com/?p=7147#comment-177119</guid>

					<description><![CDATA[It&#039;s hard to determine what goes wrong with only this information. You might have used the wrong ID from the wrong action. In the HTTP GET importedWindowsAutopilotDeviceIdentities action I used the ID from the previous Parse JSON action (which follows the HTTP POST Action).
And the Until (and switch) actions use data from the Parse JSON action which follows the HTTP GET Action.
So make sure you use the Dynamic content from the correct action.]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s hard to determine what goes wrong with only this information. You might have used the wrong ID from the wrong action. In the HTTP GET importedWindowsAutopilotDeviceIdentities action I used the ID from the previous Parse JSON action (which follows the HTTP POST Action).<br />
And the Until (and switch) actions use data from the Parse JSON action which follows the HTTP GET Action.<br />
So make sure you use the Dynamic content from the correct action.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Chris		</title>
		<link>https://inthecloud247.com/import-windows-autopilot-devices-with-logic-apps/#comment-176774</link>

		<dc:creator><![CDATA[Chris]]></dc:creator>
		<pubDate>Fri, 17 Dec 2021 11:42:55 +0000</pubDate>
		<guid isPermaLink="false">https://inthecloud247.com/?p=7147#comment-176774</guid>

					<description><![CDATA[I&#039;m a newcomer to Logic Apps and your articles have been very informative, thank you.  I was following this article and have reached a point during the Case New section where I am now in a For each loop.

During the HTTP GET importedWindowsAutoPilotDeviceIdentities loop step I add the id variable in the URI and a For each loop is created.

Also, when I go back to add deviceImportStatus within the Until statement another for each loop is created.

Finally, when adding the final condition for the deviceImportStatus is equal to complete that creates a For each loop. 

The result of this seems to be when I run the trigger it fails as the Switch step stating no dependent actions succeeded.

Any tips?]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m a newcomer to Logic Apps and your articles have been very informative, thank you.  I was following this article and have reached a point during the Case New section where I am now in a For each loop.</p>
<p>During the HTTP GET importedWindowsAutoPilotDeviceIdentities loop step I add the id variable in the URI and a For each loop is created.</p>
<p>Also, when I go back to add deviceImportStatus within the Until statement another for each loop is created.</p>
<p>Finally, when adding the final condition for the deviceImportStatus is equal to complete that creates a For each loop. </p>
<p>The result of this seems to be when I run the trigger it fails as the Switch step stating no dependent actions succeeded.</p>
<p>Any tips?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
