exam questions

Exam PL-100 All Questions

View all questions & answers for the PL-100 exam

Exam PL-100 topic 3 question 4 discussion

Actual exam question from Microsoft's PL-100
Question #: 4
Topic #: 3
[All PL-100 Questions]

DRAG DROP -
You create an app with multiple screens.
Test users report that the size and type of gallery displayed on each screen are different. You must improve the consistency for the app screens.
You need to create a reusable gallery that displays information based on the current record.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
NOTE: More than one order of answer choices is correct. You will receive credit for any of the correct orders you select.
Select and Place:

Show Suggested Answer Hide Answer
Suggested Answer:
Reference:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/add-gallery https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/create-component

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
MrRoel
Highly Voted 4 years, 8 months ago
Create a component Add a gallery control Add an input variable
upvoted 111 times
magiczouf
3 years, 1 month ago
input before gallery
upvoted 7 times
DSM_LM
2 years, 5 months ago
No you can only definte the input property for a selected control. So you need to add the gallery control before.
upvoted 3 times
devoprevo
1 year, 10 months ago
not true - properties are at the component level, not at the control level. component > input > control
upvoted 2 times
...
...
...
pifls
4 years, 8 months ago
I guess the other option could when the "Create a component" is the last stage. You can create a component a then paste there created earlier gallery.
upvoted 2 times
...
charles879987
2 years, 3 months ago
Create a component Add a gallery control Add an output property. ( display_information=gallery.selected.outputPropertyName)
upvoted 2 times
...
...
sb_teal
Highly Voted 4 years, 7 months ago
Your answer is not correct. MrRoel is correct, or, adjust the order of the last two items in MrRoel's answer Create a component Add an input property Add a gallery control
upvoted 57 times
dragonhry
3 years, 2 months ago
u are right. correct answer
upvoted 1 times
...
SashM
3 years, 4 months ago
u are right https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/create-component
upvoted 2 times
...
Waleed47
4 years, 5 months ago
Explain How and why we add input parameter before adding gallery control? i think MrRoel's answer is right: 1) create a component 2) Add Gallery Control 3) Add Input Parameter
upvoted 7 times
camille68
1 year, 2 months ago
Add input parameter first sounds as a better practice since it allows to use the input parameter while adding the gallery control
upvoted 1 times
...
Im_Not_A_Robot
2 years, 9 months ago
Technically, you can add an input propriety to your component, before to create your gallery. Not a best practice but it is possible as far the input parameter is on the component and not on the gallery.
upvoted 1 times
...
...
...
Better_ask_a_Dev
Most Recent 1 year, 5 months ago
Create a component, add an input variable, add gallery control (this is the output form of the input variable).
upvoted 1 times
...
Edriska
1 year, 10 months ago
"Create a component". A component is a reusable building block for canvas apps that you can use across different screens or apps. To create a component, go to the Insert tab, select Custom, and then select New component. "Add a gallery control". A gallery control shows multiple records from a data source, and each record can contain multiple types of data. To add a gallery control to your component, go to the Insert tab, select Gallery, and then choose a layout for your gallery. "Add an input property". An input property allows you to pass data or configuration options to your component from outside. To add an input property to your component, go to the Advanced tab, select Custom properties, and then select New property. Choose Input as the property type, and give it a name and a data type. You can use this input property to specify the data source or the current record for your gallery.
upvoted 4 times
...
JackJohn
2 years, 5 months ago
Create a component Add a gallery control Add an input property
upvoted 3 times
...
uberlord
2 years, 7 months ago
create a component. then give that component the input property then add your gallery, and point it to the input property. you COULD do gallery first then input property but you will either have an error in editor until you add the input property, or will have to return to the gallery to configure it once you have added the input property to the component
upvoted 5 times
...
Nilofer_B
2 years, 8 months ago
Create a component Add an input property Add a gallery control This link describes the steps clearly - https://learn.microsoft.com/en-us/power-apps/maker/canvas-apps/create-component#create-a-new-component
upvoted 4 times
...
Wonderama
2 years, 11 months ago
Simple set of 3 answers: • Add a screen • Add a gallery control • Create a component
upvoted 1 times
Wonderama
2 years, 11 months ago
No. The screen already exists. Form is not relevant. You create the Component before the gallery control. Yes, third answer is probably: Add an input property.
upvoted 1 times
...
...
Sanjay_Pathak
3 years ago
More than one order of answer choices is correct. Create a component Add a gallery control Add an input variable This is correct. You shuffle option 2 and 3
upvoted 1 times
...
MarKar
3 years, 4 months ago
the answer is correct you have to create the input prop before creating the gallery then in the gallery items you set => component.property
upvoted 3 times
...
dfretyhg
3 years, 4 months ago
Component, gallery, then input is what I got
upvoted 1 times
...
Fredone
3 years, 6 months ago
- Create a component - Add an input property - Add a gallery control From https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/create-component step 10 and 11
upvoted 6 times
...
DiegosPizza
3 years, 7 months ago
Follow the Power App behavior. Create Component - now the Screen says - add an item from the insert pane (this is our gallery control) - and finally add input, but you can also go Create Component, add Input Property and then add the item ;-)
upvoted 4 times
...
DiegosPizza
3 years, 7 months ago
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/create-component
upvoted 1 times
...
Ahsan123
3 years, 11 months ago
Create a component Add a gallery control Add an input variable
upvoted 1 times
...
Ak14
3 years, 12 months ago
Correct Answer would be : Create a component Add a gallery control Add an input variable
upvoted 2 times
...
SmileOS
4 years, 1 month ago
Both orders is correct 1) Create a component -> Add an input property -> Add a gallery control 2) Create a component -> Add a gallery control -> Add an input property Link -> https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/create-component
upvoted 10 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...