{"id":11220,"date":"2020-09-15T08:00:21","date_gmt":"2020-09-15T15:00:21","guid":{"rendered":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/power-apps\/announcing-the-new-solution-import-experience-with-connections-and-environment-variables\/"},"modified":"2025-06-11T07:57:43","modified_gmt":"2025-06-11T14:57:43","slug":"announcing-the-new-solution-import-experience-with-connections-and-environment-variables","status":"publish","type":"post","link":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/power-apps\/announcing-the-new-solution-import-experience-with-connections-and-environment-variables\/","title":{"rendered":"Announcing the new solution import experience with connections and environment variables"},"content":{"rendered":"<p>Today we&#8217;re excited to announce a broad set of <strong>new ALM capabilities<\/strong> for importing solutions. In addition to these modern new interfaces, now you can establish<strong>\u00a0connections<\/strong> as well as set\u00a0values for <a href=\"https:\/\/docs.microsoft.com\/powerapps\/maker\/common-data-service\/environmentvariables\">environment variables<\/a> while importing solutions.\u00a0We&#8217;re also excited to announce that<strong> environment variables are now generally available.<\/strong> Together, these features address some of the largest application lifecycle management problems facing the Power Platform.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" alt=\"\" class=\"wp-image-11305 size-large aligncenter\" height=\"277\" src=\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-content\/uploads\/2020\/09\/SolutionImportBlog-1024x541.png\" width=\"525\"\/><\/p>\n<h2>Key benefits over classic<\/h2>\n<ul>\n<li>Provide different values for <strong>Environment variables<\/strong>, which are used as input parameters to various other components and are likely to change between environments.<\/li>\n<li><strong>Connections<\/strong>\u00a0can now be set. They&#8217;re set once during the initial solution import and no longer require editing Canvas apps and Flows after importing a solution.\n<ul>\n<li>When <strong>upgrading<\/strong> your solutions, connections set during previous imports do not need to be re-established.<\/li>\n<li>This also helps prevent creation of an unmanaged (active) row on a component. For context, an active row would make it difficult to service and update the component via the underlying managed solution layers as they would would be hidden by the active layer.<\/li>\n<\/ul>\n<\/li>\n<li><strong>Flows get activated<\/strong> and both apps and Flows are using the intended connections.<\/li>\n<li>If you need to change the connection being used in apps and flows, you can edit it once by updating the connection associated with the\u00a0<strong>connection reference<\/strong>. All apps and flows bound to that connection reference will then be leveraging the new connection.<\/li>\n<li><strong>Maintain connection separation<\/strong> when using multiple connections of same type.\n<ul>\n<li><i>For example, if your app uses 3 different SQL Server connections you can now disambiguate these during import as opposed to editing the app post import.\u00a0<\/i><\/li>\n<\/ul>\n<\/li>\n<li>Specify your <strong>own names and descriptions<\/strong> for connection references. This will be visible within the solution interfaces as well as in source control and helps identify different uses for connections of the same type.<\/li>\n<li><strong>Import now runs asynchronously<\/strong>, freeing your time to complete other tasks.<\/li>\n<li>Supports\u00a0<strong>custom connector<\/strong> connections.<\/li>\n<\/ul>\n<h2>Key concepts<\/h2>\n<h3>Connection references<\/h3>\n<p>Connection references are a <strong>new solution component<\/strong> that add a layer of abstraction between the connection and component leveraging the connection.\u00a0 Because <strong>connections are unique per environment<\/strong>, connection references ensure that connections can participate in ALM by removing hard-coded identifiers within components and allowing new connections to be associated as you migrate solutions across environments.<\/p>\n<ul>\n<li>Now canvas apps &amp; operations within Flows bind to connection references \u2013 in contrast to binding to connections directly.\n<ul>\n<li>Canvas apps and Flows handle connections differently. <strong>Flows now use connection references for ALL types of connections, <\/strong>whereas <strong>canvas apps only use them <\/strong><a href=\"https:\/\/docs.microsoft.com\/en-us\/powerapps\/maker\/canvas-apps\/connections-list#security-and-types-of-authentication\"><strong>for implicitly shared connections<\/strong><\/a> such as SQL Server.<\/li>\n<\/ul>\n<\/li>\n<li><strong>Connection instance identifiers are not exported<\/strong> as they&#8217;re guaranteed to change across environments. Instead, connection references are exported and <strong>new connections can be associated<\/strong> within the new solution import experience, the modern solution interface, or programmatically via Common data service API&#8217;s.<\/li>\n<li>Maps 1 <em>instance<\/em> of a connection to N actions in N apps and Flows (allows for reuse).<\/li>\n<li>To change a specific connection associated with an app or Flow, you can do so within the solution by editing the connection reference. You <strong>no longer need to edit the app or Flow directly.<\/strong><\/li>\n<li><strong>Connection references will automatically be created<\/strong> when creating new connections from Flow and canvas app designers.\n<ul>\n<li>You may also create them directly from a solution and use them in your Flows. Choose this option if you\u2019d like to provide your own name and descriptions.<\/li>\n<\/ul>\n<\/li>\n<li><strong>Dependencies<\/strong> are logged between apps and flows and the connection reference(s) they depend on. Be sure to include both the apps\/flows as well as their associated connection references in your solution before exporting.<\/li>\n<li>Connection references can only be used for apps and Flows that are<strong> in a solution.<\/strong>\n<ul>\n<li>When adding pre-existing connections to canvas apps, a connection reference will<strong> not be associated with the app unless the connection is associated with a connection reference<\/strong>.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p><img loading=\"lazy\" decoding=\"async\" alt=\"\" class=\"size-large wp-image-11308 aligncenter\" height=\"300\" src=\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-content\/uploads\/2020\/09\/connectionReferences-1024x585.png\" width=\"525\"\/><\/p>\n<p>For more information on using connection references in Power Automate, check out\u00a0<a href=\"https:\/\/flow.microsoft.com\/blog\/move-flows-across-environments-without-resetting-connections\/\">this post<\/a>.<\/p>\n<h3>Solution import<\/h3>\n<ul>\n<li>Modern, accessible user interface.<\/li>\n<li>Allows <strong>associating connections with connection references (and ultimately the apps and Flows that use them)<\/strong> during import.\n<ul>\n<li>Connections do not get exported, only connection references.<\/li>\n<li>You will only be prompted the first time a solution is imported \u2013 unless new connection references are included your solution upgrade.<\/li>\n<\/ul>\n<\/li>\n<li>Allows setting environment variable values during import.\n<ul>\n<li>Sets the \u2018value\u2019 property on the environmentvariablevalue entity.<\/li>\n<li>You will <span style=\"text-decoration: underline;\">not<\/span> be prompted if the environment variables already have either a default value or value present \u2013 whether values are part of your solution or are already present in CDS.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<h2>What&#8217;s preview vs GA?<\/h2>\n<p>This blog covers a series of features that work together in unison. However, features each have they&#8217;re own lifecycle and maturity dates.<\/p>\n<ol>\n<li>Solution import should be considered generally available. It is an existing product capability with a new interface and additional enhancements.<\/li>\n<li>Environment variables are generally available.<\/li>\n<li>Connection references as well as their usage in Canvas apps and Flows are in preview.<\/li>\n<\/ol>\n<h2>What&#8217;s next<\/h2>\n<p>While we&#8217;re very excited about these new features, there are things we&#8217;re still improving upon.<\/p>\n<ol>\n<li><strong>Existing<\/strong> apps and flows will <strong><span style=\"text-decoration: underline;\">not<\/span> automatically be upgraded<\/strong> to use connection references. However, today you may do the following:\n<ol>\n<li>For <strong>canvas apps<\/strong>, remove the data sources from your app, then add them back and re-publish the app. <em>Note the connection(s) must already have\u00a0 associated connection reference(s). You can either delete the connections and re-create them or create a new connection reference within the solution and associate the existing connection.\u00a0<\/em><\/li>\n<li>For <strong>flows<\/strong>,\u00a0export the unmanaged solution that has flows with connections set up. Re-import the exported solution on the<span style=\"text-decoration: underline;\"> same environment<\/span>. This will clean up the connections on flows. Now edit the flows and set connection references on every action or reuse the ones created from solution explorer and Save the flows. These flows have been now set to use connection references.<\/li>\n<\/ol>\n<\/li>\n<li>The\u00a0 connection name and connection reference name are not currently synchronized. They can be different. Therefore it\u2019s best to keep the naming conventions the same. Don\u2019t set different names for connections and their associated connection references.\n<ol>\n<li>The <strong>flow designer <\/strong>will display \u00a0the <strong>connection reference <\/strong>name.<\/li>\n<li>The <strong style=\"font-size: 1rem;\">canvas app designer <\/strong>will display the<strong style=\"font-size: 1rem;\"> connection <\/strong>name<span style=\"font-size: 1rem;\">.<\/span><\/li>\n<\/ol>\n<\/li>\n<li><strong>Environment variables of type &#8220;data source&#8221;<\/strong> will soon be available. While environment variables can often be used today in canvas apps and flows, these improvements will include an intuitive experience for changing input parameters specific to a connector. For example, changing the &#8220;Site&#8221; and &#8220;List&#8221; parameters for SharePoint connections as you migrate solutions across environments.\n<ol>\n<li>In addition to supporting data sources, new API&#8217;s will be available to simplify interacting with environment variables programmatically.<\/li>\n<\/ol>\n<\/li>\n<li><a href=\"https:\/\/docs.microsoft.com\/power-platform\/alm\/devops-build-tools\">Power Platform build tools for Azure DevOps<\/a> will soon be extended to support the above features.<\/li>\n<li>Soon you&#8217;ll be able to see <strong>component level dependencies<\/strong>\u00a0for solution import failures. Currently, you will only see solution level dependencies.\n<ol>\n<li><strong>If you see an error stating there&#8217;s a missing dependency on &#8220;Active&#8221;<\/strong>, this means components included in your solution have unmanaged dependencies on other component(s) from your source environment that were not included in the solution and they&#8217;re not already present in the target environment (&#8220;Active&#8221; refers to the active or unmanaged layer).<\/li>\n<li>To fix dependency issues, go back to your source environment and add the dependencies to your solution and export it again. You can view dependencies at the component level by selecting a component and clicking &#8220;Show dependencies&#8221;.<\/li>\n<\/ol>\n<\/li>\n<\/ol>\n<h2>Documentation<\/h2>\n<p><a href=\"https:\/\/docs.microsoft.com\/powerapps\/maker\/common-data-service\/import-update-export-solutions\">Import solutions<\/a><br \/>\n<a href=\"https:\/\/docs.microsoft.com\/powerapps\/maker\/common-data-service\/environmentvariables\">Environment variables overview<\/a><br \/>\n<a href=\"https:\/\/docs.microsoft.com\/powerapps\/maker\/common-data-service\/create-connection-reference\">Connection references in solutions<\/a><br \/>\n<a href=\"https:\/\/flow.microsoft.com\/blog\/\">Power Automate blog<\/a><br \/>\n<a href=\"https:\/\/docs.microsoft.com\/powerapps\/developer\/common-data-service\/reference\/entities\/environmentvariabledefinition\">Environment variables web API<\/a><br \/>\n<a href=\"https:\/\/docs.microsoft.com\/powerapps\/developer\/common-data-service\/reference\/entities\/connectionreference\">Connection reference web API<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Today we&#8217;re excited to announce a broad set of new ALM capabilities for importing solutions. In addition to these modern new interfaces, now you can establish\u00a0connections as well as set\u00a0values for environment variables.\u00a0\u00a0We&#8217;re also excited to announce that environment variables are now generally available. Together, these features address some of the largest application lifecycle management problems facing the Power Platform.<\/p>\n","protected":false},"author":95,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"ms_queue_id":[],"ep_exclude_from_search":false,"_classifai_error":"","_classifai_text_to_speech_error":"","_alt_title":"","ms-ems-related-posts":[],"footnotes":""},"audience":[3378],"content-type":[3424],"job-role":[],"product":[3473],"property":[],"topic":[3421,3422],"coauthors":[2139],"class_list":["post-11220","post","type-post","status-publish","format-standard","hentry","audience-it-professional","content-type-news","product-power-apps","topic-application-modernization","topic-hyperautomation"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Announcing the new solution import experience with connections and environment variables - Microsoft Power Platform Blog<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/2020\/09\/15\/announcing-the-new-solution-import-experience-with-connections-and-environment-variables\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Announcing the new solution import experience with connections and environment variables - Microsoft Power Platform Blog\" \/>\n<meta property=\"og:description\" content=\"Today we&#039;re excited to announce a broad set of new ALM capabilities for importing solutions. In addition to these modern new interfaces, now you can establish\u00a0connections as well as set\u00a0values for environment variables.\u00a0\u00a0We&#039;re also excited to announce that environment variables are now generally available. Together, these features address some of the largest application lifecycle management problems facing the Power Platform.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/power-apps\/announcing-the-new-solution-import-experience-with-connections-and-environment-variables\/\" \/>\n<meta property=\"og:site_name\" content=\"Microsoft Power Platform Blog\" \/>\n<meta property=\"article:published_time\" content=\"2020-09-15T15:00:21+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-11T14:57:43+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-content\/uploads\/2020\/09\/SolutionImportBlog-1024x541.png\" \/>\n\t<meta property=\"og:image:width\" content=\"2926\" \/>\n\t<meta property=\"og:image:height\" content=\"1547\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Casey Burke\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@caseyburke21\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Casey Burke\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/2020\/09\/15\/announcing-the-new-solution-import-experience-with-connections-and-environment-variables\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/2020\/09\/15\/announcing-the-new-solution-import-experience-with-connections-and-environment-variables\/\"},\"author\":[{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/author\/casey-burke\/\",\"@type\":\"Person\",\"@name\":\"Casey Burke\"}],\"headline\":\"Announcing the new solution import experience with connections and environment variables\",\"datePublished\":\"2020-09-15T15:00:21+00:00\",\"dateModified\":\"2025-06-11T14:57:43+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/2020\/09\/15\/announcing-the-new-solution-import-experience-with-connections-and-environment-variables\/\"},\"wordCount\":1270,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/2020\/09\/15\/announcing-the-new-solution-import-experience-with-connections-and-environment-variables\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-content\/uploads\/2020\/09\/SolutionImportBlog-1024x541.png\",\"keywords\":[\"Dataverse\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/2020\/09\/15\/announcing-the-new-solution-import-experience-with-connections-and-environment-variables\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/2020\/09\/15\/announcing-the-new-solution-import-experience-with-connections-and-environment-variables\/\",\"url\":\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/2020\/09\/15\/announcing-the-new-solution-import-experience-with-connections-and-environment-variables\/\",\"name\":\"Announcing the new solution import experience with connections and environment variables - Microsoft Power Platform Blog\",\"isPartOf\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/2020\/09\/15\/announcing-the-new-solution-import-experience-with-connections-and-environment-variables\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/2020\/09\/15\/announcing-the-new-solution-import-experience-with-connections-and-environment-variables\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-content\/uploads\/2020\/09\/SolutionImportBlog-1024x541.png\",\"datePublished\":\"2020-09-15T15:00:21+00:00\",\"dateModified\":\"2025-06-11T14:57:43+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/2020\/09\/15\/announcing-the-new-solution-import-experience-with-connections-and-environment-variables\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/2020\/09\/15\/announcing-the-new-solution-import-experience-with-connections-and-environment-variables\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/2020\/09\/15\/announcing-the-new-solution-import-experience-with-connections-and-environment-variables\/#primaryimage\",\"url\":\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-content\/uploads\/2020\/09\/SolutionImportBlog.webp\",\"contentUrl\":\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-content\/uploads\/2020\/09\/SolutionImportBlog.webp\",\"width\":2926,\"height\":1547,\"caption\":\"graphical user interface, application\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/2020\/09\/15\/announcing-the-new-solution-import-experience-with-connections-and-environment-variables\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Announcing the new solution import experience with connections and environment variables\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/#website\",\"url\":\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/\",\"name\":\"Microsoft Power Platform Blog\",\"description\":\"Innovate with Business Apps\",\"publisher\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/#organization\",\"name\":\"Microsoft Power Platform Blog\",\"url\":\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-content\/uploads\/2020\/03\/Microsoft-Logo-e1685482038800.png\",\"contentUrl\":\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-content\/uploads\/2020\/03\/Microsoft-Logo-e1685482038800.png\",\"width\":194,\"height\":145,\"caption\":\"Microsoft Power Platform Blog\"},\"image\":{\"@id\":\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/#\/schema\/person\/9197264c0e329b9c121460d02a7a0b63\",\"name\":\"Casey Burke\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/b55db13fb49afbecbe9b1bad1915b782b00c0b581dd077120586f2384f65e76c?s=96&d=mm&r=g8313cae7de836c0bf0eb43deb7876542\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/b55db13fb49afbecbe9b1bad1915b782b00c0b581dd077120586f2384f65e76c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/b55db13fb49afbecbe9b1bad1915b782b00c0b581dd077120586f2384f65e76c?s=96&d=mm&r=g\",\"caption\":\"Casey Burke\"},\"description\":\"Casey leads product for Power Platform application lifecycle management (ALM).\",\"sameAs\":[\"https:\/\/www.linkedin.com\/in\/casey-burke-microsoft\/\",\"https:\/\/x.com\/caseyburke21\"],\"url\":\"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/author\/caburk\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Announcing the new solution import experience with connections and environment variables - Microsoft Power Platform Blog","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/2020\/09\/15\/announcing-the-new-solution-import-experience-with-connections-and-environment-variables\/","og_locale":"en_US","og_type":"article","og_title":"Announcing the new solution import experience with connections and environment variables - Microsoft Power Platform Blog","og_description":"Today we're excited to announce a broad set of new ALM capabilities for importing solutions. In addition to these modern new interfaces, now you can establish\u00a0connections as well as set\u00a0values for environment variables.\u00a0\u00a0We're also excited to announce that environment variables are now generally available. Together, these features address some of the largest application lifecycle management problems facing the Power Platform.","og_url":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/power-apps\/announcing-the-new-solution-import-experience-with-connections-and-environment-variables\/","og_site_name":"Microsoft Power Platform Blog","article_published_time":"2020-09-15T15:00:21+00:00","article_modified_time":"2025-06-11T14:57:43+00:00","og_image":[{"width":2926,"height":1547,"url":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-content\/uploads\/2020\/09\/SolutionImportBlog-1024x541.png","type":"image\/png"}],"author":"Casey Burke","twitter_card":"summary_large_image","twitter_creator":"@caseyburke21","twitter_misc":{"Written by":"Casey Burke","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/2020\/09\/15\/announcing-the-new-solution-import-experience-with-connections-and-environment-variables\/#article","isPartOf":{"@id":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/2020\/09\/15\/announcing-the-new-solution-import-experience-with-connections-and-environment-variables\/"},"author":[{"@id":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/author\/casey-burke\/","@type":"Person","@name":"Casey Burke"}],"headline":"Announcing the new solution import experience with connections and environment variables","datePublished":"2020-09-15T15:00:21+00:00","dateModified":"2025-06-11T14:57:43+00:00","mainEntityOfPage":{"@id":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/2020\/09\/15\/announcing-the-new-solution-import-experience-with-connections-and-environment-variables\/"},"wordCount":1270,"commentCount":0,"publisher":{"@id":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/#organization"},"image":{"@id":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/2020\/09\/15\/announcing-the-new-solution-import-experience-with-connections-and-environment-variables\/#primaryimage"},"thumbnailUrl":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-content\/uploads\/2020\/09\/SolutionImportBlog-1024x541.png","keywords":["Dataverse"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/2020\/09\/15\/announcing-the-new-solution-import-experience-with-connections-and-environment-variables\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/2020\/09\/15\/announcing-the-new-solution-import-experience-with-connections-and-environment-variables\/","url":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/2020\/09\/15\/announcing-the-new-solution-import-experience-with-connections-and-environment-variables\/","name":"Announcing the new solution import experience with connections and environment variables - Microsoft Power Platform Blog","isPartOf":{"@id":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/2020\/09\/15\/announcing-the-new-solution-import-experience-with-connections-and-environment-variables\/#primaryimage"},"image":{"@id":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/2020\/09\/15\/announcing-the-new-solution-import-experience-with-connections-and-environment-variables\/#primaryimage"},"thumbnailUrl":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-content\/uploads\/2020\/09\/SolutionImportBlog-1024x541.png","datePublished":"2020-09-15T15:00:21+00:00","dateModified":"2025-06-11T14:57:43+00:00","breadcrumb":{"@id":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/2020\/09\/15\/announcing-the-new-solution-import-experience-with-connections-and-environment-variables\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/2020\/09\/15\/announcing-the-new-solution-import-experience-with-connections-and-environment-variables\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/2020\/09\/15\/announcing-the-new-solution-import-experience-with-connections-and-environment-variables\/#primaryimage","url":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-content\/uploads\/2020\/09\/SolutionImportBlog.webp","contentUrl":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-content\/uploads\/2020\/09\/SolutionImportBlog.webp","width":2926,"height":1547,"caption":"graphical user interface, application"},{"@type":"BreadcrumbList","@id":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/2020\/09\/15\/announcing-the-new-solution-import-experience-with-connections-and-environment-variables\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/"},{"@type":"ListItem","position":2,"name":"Announcing the new solution import experience with connections and environment variables"}]},{"@type":"WebSite","@id":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/#website","url":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/","name":"Microsoft Power Platform Blog","description":"Innovate with Business Apps","publisher":{"@id":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/#organization","name":"Microsoft Power Platform Blog","url":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-content\/uploads\/2020\/03\/Microsoft-Logo-e1685482038800.png","contentUrl":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-content\/uploads\/2020\/03\/Microsoft-Logo-e1685482038800.png","width":194,"height":145,"caption":"Microsoft Power Platform Blog"},"image":{"@id":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/#\/schema\/person\/9197264c0e329b9c121460d02a7a0b63","name":"Casey Burke","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/b55db13fb49afbecbe9b1bad1915b782b00c0b581dd077120586f2384f65e76c?s=96&d=mm&r=g8313cae7de836c0bf0eb43deb7876542","url":"https:\/\/secure.gravatar.com\/avatar\/b55db13fb49afbecbe9b1bad1915b782b00c0b581dd077120586f2384f65e76c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/b55db13fb49afbecbe9b1bad1915b782b00c0b581dd077120586f2384f65e76c?s=96&d=mm&r=g","caption":"Casey Burke"},"description":"Casey leads product for Power Platform application lifecycle management (ALM).","sameAs":["https:\/\/www.linkedin.com\/in\/casey-burke-microsoft\/","https:\/\/x.com\/caseyburke21"],"url":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/author\/caburk\/"}]}},"bloginabox_animated_featured_image":null,"bloginabox_display_generated_audio":false,"distributor_meta":false,"distributor_terms":false,"distributor_media":false,"distributor_original_site_name":"Microsoft Power Platform Blog","distributor_original_site_url":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog","push-errors":false,"_links":{"self":[{"href":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/posts\/11220","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/users\/95"}],"replies":[{"embeddable":true,"href":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/comments?post=11220"}],"version-history":[{"count":1,"href":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/posts\/11220\/revisions"}],"predecessor-version":[{"id":130545,"href":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/posts\/11220\/revisions\/130545"}],"wp:attachment":[{"href":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/media?parent=11220"}],"wp:term":[{"taxonomy":"audience","embeddable":true,"href":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/audience?post=11220"},{"taxonomy":"content-type","embeddable":true,"href":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/content-type?post=11220"},{"taxonomy":"job-role","embeddable":true,"href":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/job-role?post=11220"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/product?post=11220"},{"taxonomy":"property","embeddable":true,"href":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/property?post=11220"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/topic?post=11220"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/www.microsoft.com\/en-us\/power-platform\/blog\/wp-json\/wp\/v2\/coauthors?post=11220"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}