{"id":13799,"date":"2021-07-26T12:00:42","date_gmt":"2021-07-26T03:00:42","guid":{"rendered":"https:\/\/www.ka-net.org\/blog\/?p=13799"},"modified":"2021-08-21T12:41:44","modified_gmt":"2021-08-21T03:41:44","slug":"power-automate-desktop%e3%81%aexml%e3%82%a2%e3%82%af%e3%82%b7%e3%83%a7%e3%83%b3%e3%82%92%e4%bd%bf%e3%81%a3%e3%81%a6%e3%81%bf%e3%81%9f%e3%80%82","status":"publish","type":"post","link":"https:\/\/www.ka-net.org\/blog\/?p=13799","title":{"rendered":"Power Automate Desktop\u306eXML\u30a2\u30af\u30b7\u30e7\u30f3\u3092\u4f7f\u3063\u3066\u307f\u305f\u3002"},"content":{"rendered":"<p>Power Automate Desktop(PAD)\u306b\u306f\u8c4a\u5bcc\u306a\u30a2\u30af\u30b7\u30e7\u30f3\u304c\u7528\u610f\u3055\u308c\u3066\u3044\u307e\u3059\u304c\u3001\u500b\u4eba\u7684\u306b\u6c17\u306b\u306a\u3063\u3066\u3044\u305f\u30a2\u30af\u30b7\u30e7\u30f3\u30b0\u30eb\u30fc\u30d7\u304c\u3042\u308a\u307e\u3059\u3002<br \/>\n\u305d\u308c\u306f\u4e0b\u8a18\u306e\u300c<span style=\"color: #ff0000; font-weight: bold;\">XML<\/span>\u300d\u30a2\u30af\u30b7\u30e7\u30f3\u3067\u3059\u3002<\/p>\n<p><a href=\"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/PowerAutomateDesktop_XMLAction_01.jpg\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/PowerAutomateDesktop_XMLAction_01.jpg\" alt=\"\" width=\"245\" height=\"270\" class=\"alignnone size-full wp-image-13800\" \/><\/a><\/p>\n<p>XML\u306e\u8aad\u307f\u8fbc\u307f\u304b\u3089\u8981\u7d20\u3084\u5c5e\u6027\u306e\u53d6\u5f97\u30fb\u524a\u9664\u3001XPath\u306e\u5b9f\u884c\u307e\u3067\u3001XML\u306e\u64cd\u4f5c\u306b\u5fc5\u8981\u306a\u51e6\u7406\u306f\u4e00\u901a\u308a\u5099\u308f\u3063\u3066\u3044\u308b\u3088\u3046\u3067\u3059\u304c\u3001PAD\u3067\u3053\u308c\u3089\u306e\u9700\u8981\u304c\u6709\u308b\u306e\u304b\u3069\u3046\u304b\u304c\u8b0e\u3060\u3063\u305f\u306e\u3067\u3001\u5b9f\u969b\u306b\u8a66\u3057\u3066\u307f\u308b\u3053\u3068\u306b\u3057\u307e\u3057\u305f\u3002<\/p>\n<h4 class=\"style4a\">\u30c6\u30b9\u30c8\u7528XML<\/h4>\n<p>\u30c6\u30b9\u30c8\u306b\u4f7f\u7528\u3059\u308bXML\u306f\u4e0b\u8a18\u306e\u901a\u308a\u3067\u3059\u3002<br \/>\n\u5143\u306f<a href=\"https:\/\/docs.microsoft.com\/en-us\/previous-versions\/windows\/desktop\/ms762271(v=vs.85)\" title=\"Sample XML File (books.xml) | Microsoft Docs\" target=\"_blank\" rel=\"noopener\">Microsoft Docs\u306b\u3042\u308bXML<\/a>\u3067\u3001\u4e00\u90e8\u3092\u52a0\u5de5\u3057\u3066\u3044\u307e\u3059\u3002<\/p>\n<pre class=\"brush: xml; title: ; notranslate\" title=\"\">&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;\r\n&lt;catalog&gt;\r\n  &lt;book id=&quot;bk101&quot;&gt;\r\n    &lt;author&gt;\u30c6\u30b9\u30c8\u592a\u90ce&lt;\/author&gt;\r\n    &lt;title&gt;XML\u958b\u767a\u5165\u9580&lt;\/title&gt;\r\n    &lt;genre&gt;Computer&lt;\/genre&gt;\r\n    &lt;price&gt;44.95&lt;\/price&gt;\r\n    &lt;publish_date&gt;2000-10-01&lt;\/publish_date&gt;\r\n    &lt;description&gt;XML\u958b\u767a\u5165\u9580\u66f8\u306e\u5b9a\u756a\u304c\u3064\u3044\u306b\u767b\u5834\uff01\r\n    \u3053\u306e\u4e00\u518a\u3055\u3048\u3042\u308c\u3070XML\u306e\u3059\u3079\u3066\u304c\u5206\u304b\u308a\u307e\u3059\u3002&lt;\/description&gt;\r\n  &lt;\/book&gt;\r\n  &lt;book id=&quot;bk102&quot;&gt;\r\n    &lt;author&gt;Ralls, Kim&lt;\/author&gt;\r\n    &lt;title&gt;Midnight Rain&lt;\/title&gt;\r\n    &lt;genre&gt;Fantasy&lt;\/genre&gt;\r\n    &lt;price&gt;5.95&lt;\/price&gt;\r\n    &lt;publish_date&gt;2000-12-16&lt;\/publish_date&gt;\r\n    &lt;description&gt;A former architect battles corporate zombies, \r\n    an evil sorceress, and her own childhood to become queen \r\n    of the world.&lt;\/description&gt;\r\n  &lt;\/book&gt;\r\n  &lt;book id=&quot;bk103&quot;&gt;\r\n    &lt;author&gt;Corets, Eva&lt;\/author&gt;\r\n    &lt;title&gt;Maeve Ascendant&lt;\/title&gt;\r\n    &lt;genre&gt;Fantasy&lt;\/genre&gt;\r\n    &lt;price&gt;5.95&lt;\/price&gt;\r\n    &lt;publish_date&gt;2000-11-17&lt;\/publish_date&gt;\r\n    &lt;description&gt;After the collapse of a nanotechnology \r\n    society in England, the young survivors lay the \r\n    foundation for a new society.&lt;\/description&gt;\r\n  &lt;\/book&gt;\r\n  &lt;book id=&quot;bk104&quot;&gt;\r\n    &lt;author&gt;Corets, Eva&lt;\/author&gt;\r\n    &lt;title&gt;Oberon's Legacy&lt;\/title&gt;\r\n    &lt;genre&gt;Fantasy&lt;\/genre&gt;\r\n    &lt;price&gt;5.95&lt;\/price&gt;\r\n    &lt;publish_date&gt;2001-03-10&lt;\/publish_date&gt;\r\n    &lt;description&gt;In post-apocalypse England, the mysterious \r\n    agent known only as Oberon helps to create a new life \r\n    for the inhabitants of London. Sequel to Maeve \r\n    Ascendant.&lt;\/description&gt;\r\n  &lt;\/book&gt;\r\n  &lt;book id=&quot;bk105&quot;&gt;\r\n    &lt;author&gt;Corets, Eva&lt;\/author&gt;\r\n    &lt;title&gt;The Sundered Grail&lt;\/title&gt;\r\n    &lt;genre&gt;Fantasy&lt;\/genre&gt;\r\n    &lt;price&gt;5.95&lt;\/price&gt;\r\n    &lt;publish_date&gt;2001-09-10&lt;\/publish_date&gt;\r\n    &lt;description&gt;The two daughters of Maeve, half-sisters, \r\n    battle one another for control of England. Sequel to \r\n    Oberon's Legacy.&lt;\/description&gt;\r\n  &lt;\/book&gt;\r\n&lt;\/catalog&gt;<\/pre>\n<h4 class=\"style4a\">XML\u304b\u3089\u4efb\u610f\u306e\u8981\u7d20\u306e\u5024\u3092\u53d6\u5f97\u30fb\u8a2d\u5b9a\u3059\u308b\u30d5\u30ed\u30fc<\/h4>\n<h5 class=\"style5a\">\u30d5\u30ed\u30fc\u5168\u4f53<\/h5>\n<p><a href=\"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/PowerAutomateDesktop_XMLAction_02.jpg\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/PowerAutomateDesktop_XMLAction_02.jpg\" alt=\"\" width=\"596\" height=\"677\" class=\"alignnone size-full wp-image-13801\" srcset=\"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/PowerAutomateDesktop_XMLAction_02.jpg 596w, https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/PowerAutomateDesktop_XMLAction_02-264x300.jpg 264w\" sizes=\"auto, (max-width: 596px) 100vw, 596px\" \/><\/a><\/p>\n<h5 class=\"style5a\">1. \u5909\u6570\u306e\u8a2d\u5b9a<\/h5>\n<p>\u30c6\u30b9\u30c8\u7528XML\u3092\u5909\u6570\u300cxml\u300d\u3068\u3057\u3066\u8a2d\u5b9a\u3057\u307e\u3059\u3002<\/p>\n<p><a href=\"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/PowerAutomateDesktop_XMLAction_03.jpg\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/PowerAutomateDesktop_XMLAction_03.jpg\" alt=\"\" width=\"620\" height=\"384\" class=\"alignnone size-full wp-image-13802\" srcset=\"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/PowerAutomateDesktop_XMLAction_03.jpg 620w, https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/PowerAutomateDesktop_XMLAction_03-300x186.jpg 300w\" sizes=\"auto, (max-width: 620px) 100vw, 620px\" \/><\/a><\/p>\n<h5 class=\"style5a\">2. \u4e00\u6642\u30d5\u30a1\u30a4\u30eb\u306e\u53d6\u5f97<\/h5>\n<p>\u5909\u6570\u304b\u3089\u8aad\u307f\u8fbc\u3093\u3060\u5024\u3092\u76f4\u63a5XML\u30ce\u30fc\u30c9\u3068\u3057\u3066\u6271\u3046\u65b9\u6cd5\u304c\u5206\u304b\u3089\u306a\u304b\u3063\u305f\u305f\u3081\u3001XML\u3092\u8aad\u307f\u8fbc\u3080\u305f\u3081\u306e\u4e00\u6642\u30d5\u30a1\u30a4\u30eb\u3092\u300cTempFile\u300d\u3068\u3057\u3066\u4f5c\u6210\u3057\u307e\u3059\u3002<\/p>\n<p><a href=\"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/PowerAutomateDesktop_XMLAction_04.jpg\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/PowerAutomateDesktop_XMLAction_04.jpg\" alt=\"\" width=\"620\" height=\"420\" class=\"alignnone size-full wp-image-13803\" srcset=\"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/PowerAutomateDesktop_XMLAction_04.jpg 620w, https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/PowerAutomateDesktop_XMLAction_04-300x203.jpg 300w\" sizes=\"auto, (max-width: 620px) 100vw, 620px\" \/><\/a><\/p>\n<h5 class=\"style5a\">3. \u30c6\u30ad\u30b9\u30c8\u3092\u30d5\u30a1\u30a4\u30eb\u306b\u66f8\u304d\u8fbc\u307f\u307e\u3059<\/h5>\n<ul>\n<li>\u30d5\u30a1\u30a4\u30eb \u30d1\u30b9\uff1a%TempFile%<\/li>\n<li>\u66f8\u304d\u8fbc\u3080\u30c6\u30ad\u30b9\u30c8\uff1a%xml%<\/li>\n<li>\u65b0\u3057\u3044\u884c\u3092\u8ffd\u52a0\u3059\u308b\uff1a\u30aa\u30f3<\/li>\n<li>\u30d5\u30a1\u30a4\u30eb\u304c\u5b58\u5728\u3059\u308b\u5834\u5408\uff1a\u65e2\u5b58\u306e\u5185\u5bb9\u3092\u4e0a\u66f8\u304d\u3059\u308b<\/li>\n<li>\u30a8\u30f3\u30b3\u30fc\u30c9\uff1aUTF-8<\/li>\n<\/ul>\n<p><a href=\"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/PowerAutomateDesktop_XMLAction_05.jpg\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/PowerAutomateDesktop_XMLAction_05.jpg\" alt=\"\" width=\"620\" height=\"506\" class=\"alignnone size-full wp-image-13804\" srcset=\"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/PowerAutomateDesktop_XMLAction_05.jpg 620w, https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/PowerAutomateDesktop_XMLAction_05-300x245.jpg 300w\" sizes=\"auto, (max-width: 620px) 100vw, 620px\" \/><\/a><\/p>\n<h5 class=\"style5a\">4. \u30d5\u30a1\u30a4\u30eb\u304b\u3089 XML \u3092\u8aad\u307f\u53d6\u308a\u307e\u3059<\/h5>\n<p>\u4e00\u6642\u30d5\u30a1\u30a4\u30eb\u3092\u8aad\u307f\u8fbc\u307f\u3001XML\u30ce\u30fc\u30c9\u3068\u3057\u3066\u53d6\u5f97\u3057\u307e\u3059\u3002<\/p>\n<ul>\n<li>\u30d5\u30a1\u30a4\u30eb \u30d1\u30b9\uff1a%TempFile%<\/li>\n<li>\u30a8\u30f3\u30b3\u30fc\u30c9\uff1aUTF-8<\/li>\n<\/ul>\n<p><a href=\"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/PowerAutomateDesktop_XMLAction_06.jpg\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/PowerAutomateDesktop_XMLAction_06.jpg\" alt=\"\" width=\"620\" height=\"420\" class=\"alignnone size-full wp-image-13805\" srcset=\"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/PowerAutomateDesktop_XMLAction_06.jpg 620w, https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/PowerAutomateDesktop_XMLAction_06-300x203.jpg 300w\" sizes=\"auto, (max-width: 620px) 100vw, 620px\" \/><\/a><\/p>\n<h5 class=\"style5a\">5. \u30d5\u30a1\u30a4\u30eb\u306e\u524a\u9664<\/h5>\n<p>\u4e00\u6642\u30d5\u30a1\u30a4\u30eb\u3092\u524a\u9664\u3057\u307e\u3059\u3002<\/p>\n<p><a href=\"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/PowerAutomateDesktop_XMLAction_07.jpg\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/PowerAutomateDesktop_XMLAction_07.jpg\" alt=\"\" width=\"620\" height=\"420\" class=\"alignnone size-full wp-image-13806\" srcset=\"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/PowerAutomateDesktop_XMLAction_07.jpg 620w, https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/PowerAutomateDesktop_XMLAction_07-300x203.jpg 300w\" sizes=\"auto, (max-width: 620px) 100vw, 620px\" \/><\/a><\/p>\n<h5 class=\"style5a\">6. XML \u8981\u7d20\u306e\u5024\u3092\u53d6\u5f97\u3057\u307e\u3059<\/h5>\n<p>XPath\u3067\u6307\u5b9a\u3057\u305f\u8981\u7d20\u306e\u5024\u3092\u53d6\u5f97\u3057\u307e\u3059\u3002<br \/>\n\u4e0b\u8a18\u3067\u306fid\u5c5e\u6027\u306e\u5024\u304c\u300cbk101\u300d\u306ebook\u8981\u7d20\u306e\u5b50\u8981\u7d20\u3067\u3042\u308b\u300cdescription\u300d\u8981\u7d20\u3092\u6307\u5b9a\u3057\u3066\u3044\u307e\u3059\u3002<\/p>\n<ul>\n<li>XML \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\uff1a%XmlDocument%<\/li>\n<li>XPath \u30af\u30a8\u30ea\uff1a\/catalog\/book[@id=&quot;bk101&quot;]\/description<\/li>\n<li>\u6b21\u3068\u3057\u3066\u5024\u3092\u53d6\u5f97\u3059\u308b\uff1a\u30c6\u30ad\u30b9\u30c8\u5024<\/li>\n<\/ul>\n<p><a href=\"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/PowerAutomateDesktop_XMLAction_08.jpg\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/PowerAutomateDesktop_XMLAction_08.jpg\" alt=\"\" width=\"620\" height=\"448\" class=\"alignnone size-full wp-image-13807\" srcset=\"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/PowerAutomateDesktop_XMLAction_08.jpg 620w, https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/PowerAutomateDesktop_XMLAction_08-300x217.jpg 300w\" sizes=\"auto, (max-width: 620px) 100vw, 620px\" \/><\/a><\/p>\n<h5 class=\"style5a\">7. \u30e1\u30c3\u30bb\u30fc\u30b8\u3092\u8868\u793a<\/h5>\n<p>\u3061\u3083\u3093\u3068\u8981\u7d20\u306e\u5024\u304c\u53d6\u5f97\u3067\u304d\u3066\u3044\u308b\u304b\u3092\u30e1\u30c3\u30bb\u30fc\u30b8\u30dc\u30c3\u30af\u30b9\u3067\u78ba\u8a8d\u3057\u307e\u3059\u3002<\/p>\n<p><a href=\"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/PowerAutomateDesktop_XMLAction_09.jpg\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/PowerAutomateDesktop_XMLAction_09.jpg\" alt=\"\" width=\"620\" height=\"708\" class=\"alignnone size-full wp-image-13808\" srcset=\"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/PowerAutomateDesktop_XMLAction_09.jpg 620w, https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/PowerAutomateDesktop_XMLAction_09-263x300.jpg 263w\" sizes=\"auto, (max-width: 620px) 100vw, 620px\" \/><\/a><\/p>\n<h5 class=\"style5a\">8. XML \u8981\u7d20\u306e\u5024\u3092\u8a2d\u5b9a\u3057\u307e\u3059<\/h5>\n<p>\u8aad\u307f\u8fbc\u307f\u304c\u78ba\u8a8d\u3067\u304d\u305f\u3089\u3001\u6b21\u306f\u5024\u3092\u8a2d\u5b9a\u3057\u307e\u3059\u3002<\/p>\n<ul>\n<li>XML \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\uff1a%XmlDocument%<\/li>\n<li>XPath \u30af\u30a8\u30ea\uff1a\/catalog\/book[@id=&quot;bk101&quot;]\/description<\/li>\n<li>XML \u8981\u7d20\u306e\u5024\uff1a\u672c\u6c17\u3067XML\u958b\u767a\u3092\u76ee\u6307\u3059\u65b9\u5fc5\u8aad\uff01<\/li>\n<\/ul>\n<p><a href=\"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/PowerAutomateDesktop_XMLAction_10.jpg\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/PowerAutomateDesktop_XMLAction_10.jpg\" alt=\"\" width=\"620\" height=\"420\" class=\"alignnone size-full wp-image-13809\" srcset=\"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/PowerAutomateDesktop_XMLAction_10.jpg 620w, https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/PowerAutomateDesktop_XMLAction_10-300x203.jpg 300w\" sizes=\"auto, (max-width: 620px) 100vw, 620px\" \/><\/a><\/p>\n<h5 class=\"style5a\">9. XML \u3092\u30d5\u30a1\u30a4\u30eb\u306b\u66f8\u304d\u8fbc\u307f\u307e\u3059<\/h5>\n<p>\u6700\u5f8c\u306bXML\u30d5\u30a1\u30a4\u30eb\u3068\u3057\u3066\u51fa\u529b\u3057\u307e\u3059\u3002<\/p>\n<ul>\n<li>\u30d5\u30a1\u30a4\u30eb \u30d1\u30b9\uff1aC:\\Test\\XML\u30b5\u30f3\u30d7\u30eb.xml<\/li>\n<li>\u66f8\u304d\u8fbc\u3080 XML\uff1a%XmlDocument%<\/li>\n<li>\u30a8\u30f3\u30b3\u30fc\u30c9\uff1aUTF-8<\/li>\n<li>\u66f8\u5f0f\u8a2d\u5b9a XML\uff1a\u30aa\u30f3<\/li>\n<li>\u30ec\u30d9\u30eb\u3054\u3068\u306b\u30a4\u30f3\u30c7\u30f3\u30c8\uff1a2<\/li>\n<\/ul>\n<p><a href=\"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/PowerAutomateDesktop_XMLAction_12.jpg\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/PowerAutomateDesktop_XMLAction_12.jpg\" alt=\"\" width=\"620\" height=\"574\" class=\"alignnone size-full wp-image-13811\" srcset=\"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/PowerAutomateDesktop_XMLAction_12.jpg 620w, https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/PowerAutomateDesktop_XMLAction_12-300x278.jpg 300w\" sizes=\"auto, (max-width: 620px) 100vw, 620px\" \/><\/a><\/p>\n<p>\u51fa\u529b\u3057\u305fXML\u30d5\u30a1\u30a4\u30eb\u3092\u958b\u3044\u305f\u3068\u3053\u308d\u3001\u6307\u5b9a\u3057\u305f\u8981\u7d20\u306e\u5024\u304c\u7121\u4e8b\u306b\u5909\u66f4\u3055\u308c\u3066\u3044\u308b\u3053\u3068\u304c\u78ba\u8a8d\u3067\u304d\u307e\u3057\u305f\u3002<\/p>\n<p><a href=\"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/PowerAutomateDesktop_XMLAction_11.jpg\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/PowerAutomateDesktop_XMLAction_11.jpg\" alt=\"\" width=\"767\" height=\"430\" class=\"alignnone size-full wp-image-13810\" srcset=\"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/PowerAutomateDesktop_XMLAction_11.jpg 767w, https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/PowerAutomateDesktop_XMLAction_11-300x168.jpg 300w\" sizes=\"auto, (max-width: 767px) 100vw, 767px\" \/><\/a><\/p>\n<div id=\"single_banner_area2\" class=\"clearfix one_banner\">\n<div class=\"single_banner single_banner_left\">\n<script async src=\"https:\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js\"><\/script>\r\n<!-- \u8a18\u4e8b\u4e2d(\u30c7\u30a3\u30b9\u30d7\u30ec\u30a4\u5e83\u544a\u30e6\u30cb\u30c3\u30c8) -->\r\n<ins class=\"adsbygoogle\"\r\n     style=\"display:block\"\r\n     data-ad-client=\"ca-pub-7306936664602087\"\r\n     data-ad-slot=\"5429724765\"\r\n     data-ad-format=\"auto\"\r\n     data-full-width-responsive=\"true\"><\/ins>\r\n<script>\r\n     (adsbygoogle = window.adsbygoogle || []).push({});\r\n<\/script>\n<\/div>\n<div class=\"single_banner single_banner_right\">\n<a href=\"\" target=\"_blank\"><img decoding=\"async\" src=\"\" alt=\"\" title=\"\" \/><\/a>\n<\/div>\n<\/div>\n\n<p>\u4e0a\u8a18\u306e\u901a\u308a\u3001XML\u95a2\u9023\u306e\u30a2\u30af\u30b7\u30e7\u30f3\u3092\u4f7f\u3063\u3066\u554f\u984c\u7121\u304fXML\u306e\u64cd\u4f5c\u304c\u3067\u304d\u305f\u308f\u3051\u3067\u3059\u304c\u3001\u3053\u308c\u3092\u3069\u3046\u6709\u52b9\u6d3b\u7528\u3059\u308c\u3070\u826f\u3044\u306e\u304b\u306f\u60a9\u3080\u3068\u3053\u308d\u3067\u3059\u30fb\u30fb\u30fb\u3002<\/p>\n<p>\u4f8b\u3048\u3070PAD\u306e\u30d5\u30ed\u30fc\u3068VBA\u30de\u30af\u30ed\u3092\u9023\u643a\u3059\u308b\u969b\u3001\u5fc5\u8981\u306a\u30d1\u30e9\u30e1\u30fc\u30bf\u30fc\u3092PAD\u304b\u3089XML\u3068\u3057\u3066\u66f8\u304d\u51fa\u3057\u3001\u30de\u30af\u30ed\u5074\u3067\u305d\u308c\u3092\u8aad\u307f\u8fbc\u3080\u3001\u3068\u3044\u3063\u305f\u6d3b\u7528\u306f\u3067\u304d\u307e\u3059\u3057\u3001\u3082\u3057\u304f\u306f\u3001\u64cd\u4f5c\u5bfe\u8c61\u306e\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u304cXML\u51fa\u529b\u306b\u5bfe\u5fdc\u3057\u3066\u3044\u308b\u306e\u3067\u3042\u308c\u3070\u3001XML\u304b\u3089\u5fc5\u8981\u306a\u5024\u3060\u3051\u3092\u8aad\u307f\u8fbc\u3093\u3067Excel\u30d5\u30a1\u30a4\u30eb\u306b\u8ee2\u8a18\u3059\u308b\u3001\u3068\u3044\u3063\u305f\u6d3b\u7528\u65b9\u6cd5\u3082\u8003\u3048\u3089\u308c\u307e\u3059\u3002<\/p>\n<p>\u4f55\u308c\u306b\u3057\u3066\u3082\u4f7f\u3046\u72b6\u6cc1\u306f\u9650\u3089\u308c\u3066\u3057\u307e\u3044\u307e\u3059\u304c\u3001PAD\u306bXML\u3092\u64cd\u4f5c\u3059\u308b\u305f\u3081\u306e\u30a2\u30af\u30b7\u30e7\u30f3\u304c\u3061\u3083\u3093\u3068\u7528\u610f\u3055\u308c\u3066\u3044\u308b\u3053\u3068\u3060\u3051\u3067\u3082\u899a\u3048\u3066\u304a\u304f\u3068\u3001\u3044\u3064\u304b\u3069\u3053\u304b\u3067\u5f79\u306b\u7acb\u3064\u304b\u3082\u3057\u308c\u307e\u305b\u3093\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"Power Automate Desktop(PAD)\u306b\u306f\u8c4a\u5bcc\u306a\u30a2\u30af\u30b7\u30e7\u30f3\u304c\u7528\u610f\u3055\u308c\u3066\u3044\u307e\u3059\u304c\u3001\u500b\u4eba\u7684\u306b\u6c17\u306b\u306a\u3063\u3066\u3044\u305f\u30a2\u30af\u30b7\u30e7\u30f3\u30b0\u30eb\u30fc\u30d7\u304c\u3042\u308a\u307e\u3059\u3002 \u305d\u308c\u306f\u4e0b\u8a18\u306e\u300cXML\u300d\u30a2\u30af\u30b7\u30e7\u30f3\u3067\u3059\u3002 XML\u306e\u8aad\u307f\u8fbc\u307f\u304b\u3089\u8981\u7d20\u3084\u5c5e\u6027 [&hellip;]","protected":false},"author":1,"featured_media":13964,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"[Power Automate Desktop\u306eXML\u30a2\u30af\u30b7\u30e7\u30f3\u3092\u4f7f\u3063\u3066\u307f\u305f]","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2},"jetpack_post_was_ever_published":false},"categories":[174],"tags":[],"class_list":["post-13799","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-pad"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"Power Automate Desktop(PAD)\u306b\u306f\u8c4a\u5bcc\u306a\u30a2\u30af\u30b7\u30e7\u30f3\u304c\u7528\u610f\u3055\u308c\u3066\u3044\u307e\u3059\u304c\u3001\u500b\u4eba\u7684\u306b\u6c17\u306b\u306a\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"\u304d\u306c\u3042\u3055\"\/>\n\t<meta name=\"google-site-verification\" content=\"xy7uchdGM1SE5sADlVsdekXridA1vSaVWceffSwnE48\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.ka-net.org\/blog\/?p=13799\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"ja_JP\" \/>\n\t\t<meta property=\"og:site_name\" content=\"\u521d\u5fc3\u8005\u5099\u5fd8\u9332 | Power Automate for desktop\u3084Microsoft Office\u958b\u767a\u306e\u60c5\u5831\u304c\u6e80\u8f09\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Power Automate Desktop\u306eXML\u30a2\u30af\u30b7\u30e7\u30f3\u3092\u4f7f\u3063\u3066\u307f\u305f\u3002 | \u521d\u5fc3\u8005\u5099\u5fd8\u9332\" \/>\n\t\t<meta property=\"og:description\" content=\"Power Automate Desktop(PAD)\u306b\u306f\u8c4a\u5bcc\u306a\u30a2\u30af\u30b7\u30e7\u30f3\u304c\u7528\u610f\u3055\u308c\u3066\u3044\u307e\u3059\u304c\u3001\u500b\u4eba\u7684\u306b\u6c17\u306b\u306a\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.ka-net.org\/blog\/?p=13799\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2021-07-26T03:00:42+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2021-08-21T03:41:44+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Power Automate Desktop\u306eXML\u30a2\u30af\u30b7\u30e7\u30f3\u3092\u4f7f\u3063\u3066\u307f\u305f\u3002 | \u521d\u5fc3\u8005\u5099\u5fd8\u9332\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Power Automate Desktop(PAD)\u306b\u306f\u8c4a\u5bcc\u306a\u30a2\u30af\u30b7\u30e7\u30f3\u304c\u7528\u610f\u3055\u308c\u3066\u3044\u307e\u3059\u304c\u3001\u500b\u4eba\u7684\u306b\u6c17\u306b\u306a\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=13799#article\",\"name\":\"Power Automate Desktop\\u306eXML\\u30a2\\u30af\\u30b7\\u30e7\\u30f3\\u3092\\u4f7f\\u3063\\u3066\\u307f\\u305f\\u3002 | \\u521d\\u5fc3\\u8005\\u5099\\u5fd8\\u9332\",\"headline\":\"Power Automate Desktop\\u306eXML\\u30a2\\u30af\\u30b7\\u30e7\\u30f3\\u3092\\u4f7f\\u3063\\u3066\\u307f\\u305f\\u3002\",\"author\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?author=1#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/wp-content\\\/uploads\\\/eyecatch-PowerAutomateDesktop.jpg\",\"width\":790,\"height\":480},\"datePublished\":\"2021-07-26T12:00:42+09:00\",\"dateModified\":\"2021-08-21T12:41:44+09:00\",\"inLanguage\":\"ja\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=13799#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=13799#webpage\"},\"articleSection\":\"Power Automate for desktop\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=13799#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.ka-net.org\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?cat=168#listItem\",\"name\":\"Power Automate\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?cat=168#listItem\",\"position\":2,\"name\":\"Power Automate\",\"item\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?cat=168\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?cat=174#listItem\",\"name\":\"Power Automate for desktop\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?cat=174#listItem\",\"position\":3,\"name\":\"Power Automate for desktop\",\"item\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?cat=174\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=13799#listItem\",\"name\":\"Power Automate Desktop\\u306eXML\\u30a2\\u30af\\u30b7\\u30e7\\u30f3\\u3092\\u4f7f\\u3063\\u3066\\u307f\\u305f\\u3002\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?cat=168#listItem\",\"name\":\"Power Automate\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=13799#listItem\",\"position\":4,\"name\":\"Power Automate Desktop\\u306eXML\\u30a2\\u30af\\u30b7\\u30e7\\u30f3\\u3092\\u4f7f\\u3063\\u3066\\u307f\\u305f\\u3002\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?cat=174#listItem\",\"name\":\"Power Automate for desktop\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/#organization\",\"name\":\"\\u521d\\u5fc3\\u8005\\u5099\\u5fd8\\u9332\",\"description\":\"Power Automate for desktop\\u3084Microsoft Office\\u958b\\u767a\\u306e\\u60c5\\u5831\\u304c\\u6e80\\u8f09\",\"url\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?author=1#author\",\"url\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?author=1\",\"name\":\"\\u304d\\u306c\\u3042\\u3055\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=13799#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1c6237fc3012b3da1f36fa6435b2ccea656e2ff69a51f709c7d8352c69356dc3?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"\\u304d\\u306c\\u3042\\u3055\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=13799#webpage\",\"url\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=13799\",\"name\":\"Power Automate Desktop\\u306eXML\\u30a2\\u30af\\u30b7\\u30e7\\u30f3\\u3092\\u4f7f\\u3063\\u3066\\u307f\\u305f\\u3002 | \\u521d\\u5fc3\\u8005\\u5099\\u5fd8\\u9332\",\"description\":\"Power Automate Desktop(PAD)\\u306b\\u306f\\u8c4a\\u5bcc\\u306a\\u30a2\\u30af\\u30b7\\u30e7\\u30f3\\u304c\\u7528\\u610f\\u3055\\u308c\\u3066\\u3044\\u307e\\u3059\\u304c\\u3001\\u500b\\u4eba\\u7684\\u306b\\u6c17\\u306b\\u306a\",\"inLanguage\":\"ja\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=13799#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?author=1#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?author=1#author\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/wp-content\\\/uploads\\\/eyecatch-PowerAutomateDesktop.jpg\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=13799\\\/#mainImage\",\"width\":790,\"height\":480},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/?p=13799#mainImage\"},\"datePublished\":\"2021-07-26T12:00:42+09:00\",\"dateModified\":\"2021-08-21T12:41:44+09:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/\",\"name\":\"\\u521d\\u5fc3\\u8005\\u5099\\u5fd8\\u9332\",\"description\":\"Power Automate for desktop\\u3084Microsoft Office\\u958b\\u767a\\u306e\\u60c5\\u5831\\u304c\\u6e80\\u8f09\",\"inLanguage\":\"ja\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.ka-net.org\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Power Automate Desktop\u306eXML\u30a2\u30af\u30b7\u30e7\u30f3\u3092\u4f7f\u3063\u3066\u307f\u305f\u3002 | \u521d\u5fc3\u8005\u5099\u5fd8\u9332","description":"Power Automate Desktop(PAD)\u306b\u306f\u8c4a\u5bcc\u306a\u30a2\u30af\u30b7\u30e7\u30f3\u304c\u7528\u610f\u3055\u308c\u3066\u3044\u307e\u3059\u304c\u3001\u500b\u4eba\u7684\u306b\u6c17\u306b\u306a","canonical_url":"https:\/\/www.ka-net.org\/blog\/?p=13799","robots":"max-image-preview:large","keywords":"","webmasterTools":{"google-site-verification":"xy7uchdGM1SE5sADlVsdekXridA1vSaVWceffSwnE48","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.ka-net.org\/blog\/?p=13799#article","name":"Power Automate Desktop\u306eXML\u30a2\u30af\u30b7\u30e7\u30f3\u3092\u4f7f\u3063\u3066\u307f\u305f\u3002 | \u521d\u5fc3\u8005\u5099\u5fd8\u9332","headline":"Power Automate Desktop\u306eXML\u30a2\u30af\u30b7\u30e7\u30f3\u3092\u4f7f\u3063\u3066\u307f\u305f\u3002","author":{"@id":"https:\/\/www.ka-net.org\/blog\/?author=1#author"},"publisher":{"@id":"https:\/\/www.ka-net.org\/blog\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/eyecatch-PowerAutomateDesktop.jpg","width":790,"height":480},"datePublished":"2021-07-26T12:00:42+09:00","dateModified":"2021-08-21T12:41:44+09:00","inLanguage":"ja","mainEntityOfPage":{"@id":"https:\/\/www.ka-net.org\/blog\/?p=13799#webpage"},"isPartOf":{"@id":"https:\/\/www.ka-net.org\/blog\/?p=13799#webpage"},"articleSection":"Power Automate for desktop"},{"@type":"BreadcrumbList","@id":"https:\/\/www.ka-net.org\/blog\/?p=13799#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog#listItem","position":1,"name":"Home","item":"https:\/\/www.ka-net.org\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog\/?cat=168#listItem","name":"Power Automate"}},{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog\/?cat=168#listItem","position":2,"name":"Power Automate","item":"https:\/\/www.ka-net.org\/blog\/?cat=168","nextItem":{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog\/?cat=174#listItem","name":"Power Automate for desktop"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog\/?cat=174#listItem","position":3,"name":"Power Automate for desktop","item":"https:\/\/www.ka-net.org\/blog\/?cat=174","nextItem":{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog\/?p=13799#listItem","name":"Power Automate Desktop\u306eXML\u30a2\u30af\u30b7\u30e7\u30f3\u3092\u4f7f\u3063\u3066\u307f\u305f\u3002"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog\/?cat=168#listItem","name":"Power Automate"}},{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog\/?p=13799#listItem","position":4,"name":"Power Automate Desktop\u306eXML\u30a2\u30af\u30b7\u30e7\u30f3\u3092\u4f7f\u3063\u3066\u307f\u305f\u3002","previousItem":{"@type":"ListItem","@id":"https:\/\/www.ka-net.org\/blog\/?cat=174#listItem","name":"Power Automate for desktop"}}]},{"@type":"Organization","@id":"https:\/\/www.ka-net.org\/blog\/#organization","name":"\u521d\u5fc3\u8005\u5099\u5fd8\u9332","description":"Power Automate for desktop\u3084Microsoft Office\u958b\u767a\u306e\u60c5\u5831\u304c\u6e80\u8f09","url":"https:\/\/www.ka-net.org\/blog\/"},{"@type":"Person","@id":"https:\/\/www.ka-net.org\/blog\/?author=1#author","url":"https:\/\/www.ka-net.org\/blog\/?author=1","name":"\u304d\u306c\u3042\u3055","image":{"@type":"ImageObject","@id":"https:\/\/www.ka-net.org\/blog\/?p=13799#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/1c6237fc3012b3da1f36fa6435b2ccea656e2ff69a51f709c7d8352c69356dc3?s=96&d=mm&r=g","width":96,"height":96,"caption":"\u304d\u306c\u3042\u3055"}},{"@type":"WebPage","@id":"https:\/\/www.ka-net.org\/blog\/?p=13799#webpage","url":"https:\/\/www.ka-net.org\/blog\/?p=13799","name":"Power Automate Desktop\u306eXML\u30a2\u30af\u30b7\u30e7\u30f3\u3092\u4f7f\u3063\u3066\u307f\u305f\u3002 | \u521d\u5fc3\u8005\u5099\u5fd8\u9332","description":"Power Automate Desktop(PAD)\u306b\u306f\u8c4a\u5bcc\u306a\u30a2\u30af\u30b7\u30e7\u30f3\u304c\u7528\u610f\u3055\u308c\u3066\u3044\u307e\u3059\u304c\u3001\u500b\u4eba\u7684\u306b\u6c17\u306b\u306a","inLanguage":"ja","isPartOf":{"@id":"https:\/\/www.ka-net.org\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/www.ka-net.org\/blog\/?p=13799#breadcrumblist"},"author":{"@id":"https:\/\/www.ka-net.org\/blog\/?author=1#author"},"creator":{"@id":"https:\/\/www.ka-net.org\/blog\/?author=1#author"},"image":{"@type":"ImageObject","url":"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/eyecatch-PowerAutomateDesktop.jpg","@id":"https:\/\/www.ka-net.org\/blog\/?p=13799\/#mainImage","width":790,"height":480},"primaryImageOfPage":{"@id":"https:\/\/www.ka-net.org\/blog\/?p=13799#mainImage"},"datePublished":"2021-07-26T12:00:42+09:00","dateModified":"2021-08-21T12:41:44+09:00"},{"@type":"WebSite","@id":"https:\/\/www.ka-net.org\/blog\/#website","url":"https:\/\/www.ka-net.org\/blog\/","name":"\u521d\u5fc3\u8005\u5099\u5fd8\u9332","description":"Power Automate for desktop\u3084Microsoft Office\u958b\u767a\u306e\u60c5\u5831\u304c\u6e80\u8f09","inLanguage":"ja","publisher":{"@id":"https:\/\/www.ka-net.org\/blog\/#organization"}}]},"og:locale":"ja_JP","og:site_name":"\u521d\u5fc3\u8005\u5099\u5fd8\u9332 | Power Automate for desktop\u3084Microsoft Office\u958b\u767a\u306e\u60c5\u5831\u304c\u6e80\u8f09","og:type":"article","og:title":"Power Automate Desktop\u306eXML\u30a2\u30af\u30b7\u30e7\u30f3\u3092\u4f7f\u3063\u3066\u307f\u305f\u3002 | \u521d\u5fc3\u8005\u5099\u5fd8\u9332","og:description":"Power Automate Desktop(PAD)\u306b\u306f\u8c4a\u5bcc\u306a\u30a2\u30af\u30b7\u30e7\u30f3\u304c\u7528\u610f\u3055\u308c\u3066\u3044\u307e\u3059\u304c\u3001\u500b\u4eba\u7684\u306b\u6c17\u306b\u306a","og:url":"https:\/\/www.ka-net.org\/blog\/?p=13799","article:published_time":"2021-07-26T03:00:42+00:00","article:modified_time":"2021-08-21T03:41:44+00:00","twitter:card":"summary","twitter:title":"Power Automate Desktop\u306eXML\u30a2\u30af\u30b7\u30e7\u30f3\u3092\u4f7f\u3063\u3066\u307f\u305f\u3002 | \u521d\u5fc3\u8005\u5099\u5fd8\u9332","twitter:description":"Power Automate Desktop(PAD)\u306b\u306f\u8c4a\u5bcc\u306a\u30a2\u30af\u30b7\u30e7\u30f3\u304c\u7528\u610f\u3055\u308c\u3066\u3044\u307e\u3059\u304c\u3001\u500b\u4eba\u7684\u306b\u6c17\u306b\u306a"},"aioseo_meta_data":{"post_id":"13799","title":null,"description":null,"keywords":[],"keyphrases":{"focus":[],"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":[],"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[],"defaultGraph":"Article","defaultPostTypeGraph":""},"schema_type":"default","schema_type_options":"{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}","pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":{"locations":{"business":{"name":"","businessType":"","image":"","areaServed":"","urls":{"website":"","aboutPage":"","contactPage":""},"address":{"streetLine1":"","streetLine2":"","zipCode":"","city":"","state":"","country":"","addressFormat":"#streetLineOne\n#streetLineTwo\n#city, #state #zipCode"},"contact":{"email":"","phone":"","phoneFormatted":"","fax":"","faxFormatted":""},"ids":{"vat":"","tax":"","chamberOfCommerce":""},"payment":{"priceRange":"","currenciesAccepted":"","methods":""}}},"openingHours":{"useDefaults":true,"show":true,"alwaysOpen":false,"use24hFormat":false,"timezone":"","labels":{"closed":"","alwaysOpen":""},"days":{"monday":{"open24h":false,"closed":false,"openTime":"09:00","closeTime":"17:00"},"tuesday":{"open24h":false,"closed":false,"openTime":"09:00","closeTime":"17:00"},"wednesday":{"open24h":false,"closed":false,"openTime":"09:00","closeTime":"17:00"},"thursday":{"open24h":false,"closed":false,"openTime":"09:00","closeTime":"17:00"},"friday":{"open24h":false,"closed":false,"openTime":"09:00","closeTime":"17:00"},"saturday":{"open24h":false,"closed":false,"openTime":"09:00","closeTime":"17:00"},"sunday":{"open24h":false,"closed":false,"openTime":"09:00","closeTime":"17:00"}}}},"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2021-07-26 04:52:42","updated":"2022-09-14 02:59:08","seo_analyzer_scan_date":null,"focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/www.ka-net.org\/blog\/wp-content\/uploads\/eyecatch-PowerAutomateDesktop.jpg","jetpack_shortlink":"https:\/\/wp.me\/p4UZZr-3Az","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/posts\/13799","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=13799"}],"version-history":[{"count":1,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/posts\/13799\/revisions"}],"predecessor-version":[{"id":13812,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/posts\/13799\/revisions\/13812"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=\/wp\/v2\/media\/13964"}],"wp:attachment":[{"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=13799"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=13799"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.ka-net.org\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=13799"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}