QuestionQ403

Create and configure Power Apps

You are a Power App maker.

You are developing an app in a development environment. You create these custom forms in the Account entity:

FormB contains a message displayed in the form's OnLoad function.

Question Image

FormC contains a message displayed in the form's OnSave function.

You add the forms to a solution and export the solution as managed. When you import the managed solution into the test environment, an error indicates that the solution is missing a component.

You need to identify the issue.

What causes the import error?

  • A The web resources were not added to the form before adding the form to the solution.
  • B The solution must be exported as an unmanaged solution.
  • C The web resources were not added to the solution before exporting.
  • D A copy of the form must be made before adding to the solution.
Explanation

JavaScript used by form event handlers is stored as a web resource, which is a solution-aware component that must be included in the solution package. Exporting forms without their referenced web resources leaves a required component unavailable in the target environment, producing a missing-dependency import error. Microsoft documents that missing dependencies occur when a solution references components absent from the target environment and that the missing components must be included in the source solution before export.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!