Microsoft Power Platform Developer — Question 22
A company designs a solution that contains a new real-time workflow. The workflow populates a lookup column that has a default value.
A managed solution is imported to the test environment.
An error occurs when a test engineer attempts to create a record. The error message states, "Record is not available."
You need to resolve the error.
What should you do?
Answer options
- A. Add missing lookup table records to the solution.
- B. Go to the test environment and manually create missing lookup table records.
- C. Use the Configuration Migration Tool to extract the lookup table data from the development environment and import it to the test environment.
Correct answer: C
Explanation
The correct answer is C because the Configuration Migration Tool allows for the transfer of necessary data, ensuring that the test environment has all required records. Option A would not resolve the issue if the lookup table records do not exist in the test environment yet. Option B is a manual workaround but does not address the need for consistent data across environments.