Hi All,
i have a gallery that has its item in a SharePoint list.
I added a button that records all items from this gallery to the collection. I actually need to capture/display two values from the gallery but let's try if I can do at least one:
ClearCollect(
collSimpleTextReport,
ForAll(
Gallery2.AllItems,
{Title: Gallery2.AllItems}
)
)
Now I struggle that these should be displayed in a label or text input field but cant get it working...