You are using the Data import wizard to import records into the account table from a CSV file. The CSV-to-table mapping is as follows:
* The Name column represents the account name and maps to the Account Name column.
* The Parent Name column represents the holding company of the account with subsidiaries underneath.
Records that are imported into the table are only related to other records in the file.
You need to configure the import to create the relationship between records.
What should you do?
A company uses a model driven app.
The company needs to automatically update the Status column in real time.
You need to configure this feature.
Solution: Create a workflow that has a Change Status step.
Does the solution meet the goal?
A company uses Power Apps.
The company plans to create a canvas app that uses a responsive design.
You need to configure the app.
Which two actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
To create a canvas app that uses a responsive design in Power Apps, you should perform the following actions:
B) Configure the height and width properties by using a formula: By using a formula to set the height and width properties, you can ensure that the app will respond to changes in screen size and orientation. For example, you can use the Width() and Height() functions to set the width and height properties based on the size of the screen.
C) Disable the Scale to fit setting: The Scale to fit setting, when enabled, makes the app's content fit on the screen by scaling it down. To create a responsive app, this setting must be disabled.
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/responsive-design
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-width
A company uses a model driven app.
The company needs to automatically update the Status column in real time.
You need to configure this feature.
Solution: Create a workflow that has a Change Status step.
Does the solution meet the goal?
A company uses a model driven app.
The company needs to automatically update the Status column in real time.
You need to configure this feature.
Solution: Create a flow that has an Update a row action.
Does the solution meet the goal?
Submit Cancel