Views:

Applies to Product- Power Automate

What’s happening?

Issues when importing solutions into Power Automate, including errors related to file size limits and unresolved dependencies.


Reason:

  1. The solution size exceeds the platform limit for import, which is 95 MB for standard imports and 150 MB when using the Power Automate CLI.
  2. Missing dependencies occur when a component in the solution relies on another component that is not present in the target environment, leading to import failures.

 

Resolution:

  1. For issues related to file size:
    1. Split the solution into smaller solutions to ensure that each part is within the size limits for import.
    2. Remove or compress large files within the solution if applicable.
  2. For issues related to unresolved dependencies:
    1. Ensure that all dependent components are included in the solution before exporting. This includes entity fields, relationships, forms, views, plugins, and workflows.
    2. If specific connection references are missing, create the necessary connection references in the target environment or adjust the solution to use different references.
    3. If the missing dependency is not needed and access to the exported solution zip is available, unzip the solution and locate the solution.xml file. Identify and delete the missing dependency node from the solution.xml file.
For further detailed instructions, refer to the official documentation on importing solutions and handling dependencies in Power Automate.