Hi,
I have a SharePoint List with a bunch of choice and single text options.
I want to display them in a gallery, not a form as I have a lot of questions. But the text doesn't appear in the gallery when I chose the SharePoint list. Only the Title will display,
How do I get the columns to appear?
Cheers
Solved! Go to Solution.
Hi @wen90,
Just use the OnStart to make the collection using:
Collect(collectionSP, SPlist)
Then set the Item of the Gallery to:
collectionSP
Now it shows the collection U filled with the SharePoint list at OnStart in the Gallery
@wen90 you can add blank vertical agllery and inside gallery add controls like label or textboxes. Make the sharepoint list as the datas ource of the gallery. Now you can edit fields of the gallery and mapp the SP list fields with label or textboxes which you had created inside the gallery.
Hi @wen90 ,
Do you want to display a text type field in gallery?
You could choose field here:
You could choose the fields that you want to display in the selection.
Best regards,
Hey,
Thanks for the help! I figured out, I am wanting to create a collection with the SP list and than call that collection into the gallery,
How do I do this?
Do I need to have a button that is invisible and onstart have it collect the SP list?
Cheers
Hi @wen90,
Just use the OnStart to make the collection using:
Collect(collectionSP, SPlist)
Then set the Item of the Gallery to:
collectionSP
Now it shows the collection U filled with the SharePoint list at OnStart in the Gallery
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
192 | |
45 | |
45 | |
38 | |
36 |
User | Count |
---|---|
261 | |
83 | |
81 | |
69 | |
69 |