I have a gallery named "Gallery1" that connects to a SharePoint list called "Company Vehicles." I then inserted a label with the following Text property:
Gallery1.Selected.Title
My intention is that the label's text should display the currently-selected title from the gallery, but it's just showing "Gallery1.Selected.Title":
How do I display the text of the currently-selected gallery field? Instead of showing Gallery1.Selected.Title, it should say "2016 Ford 150."
Desired Result
Solved! Go to Solution.
Hi @NinjaJoe
Set the Text property of the label to
Gallery1.Selected.Title
I assume it's currently set to within double quote like "BrowseGallery1.Selected.Title"
Thanks,
Stalin - Learn To Illuminate
Hi @NinjaJoe
Set the Text property of the label to
Gallery1.Selected.Title
I assume it's currently set to within double quote like "BrowseGallery1.Selected.Title"
Thanks,
Stalin - Learn To Illuminate
That was it, thank you! Power Apps was inserting the double quotes automatically; I had to remove them.
Good to know. it's fixed.
Please mark the post as Solved If I have answered your question that helps others.
Thanks,
Stalin - Learn To Illuminate
Marked as solved. Thank you.
User | Count |
---|---|
124 | |
87 | |
86 | |
75 | |
69 |
User | Count |
---|---|
214 | |
181 | |
139 | |
96 | |
83 |