User Profile
MBarnum
Copper Contributor
Joined 9 months ago
User Widgets
Recent Discussions
Only some images are not loading in gallery?
Hi there! I have a PowerApp that pulls from a SharePoint list that has an image field. In the app, I have a gallery that pulls the image, the title, and the description for each item. each item has a .PNG icon as the image if that is helpful. 70% of the items are pulling in perfectly. About 30% are not pulling in the image at all. It seems that maybe the larger images are struggling more, but that rule doesn't seem consistent, and I do not see any guidance anywhere about what the size limit might be (if there is one and that is indeed the problem?) Any thoughts appreciated!PowerApps: Filter and sort using tablist AND search bar (with 2 fields)
I have a gallery pulling from a Sharepoint List. I have a tab list set up that allows the user to select a tab, and be shown a filtered view of the list. Love that. Great. Good. Dandy. SortByColumns( Filter( 'Sharepointlist', Or( Category.Value = TabList1.Selected.Value, TabList1.Selected.Value = "All" ) ), "Title",SortOrder.Ascending) The problem is I would like to also filter the list by the search bar. As the user types I would like the list to be further filtered by what the user is typing if it matches what is in field a or field b. I have a field with the title and another field with the acronym. Some users may search using the acronym and so I need it to check both places. I cannot for the life of me figure out what the code would need to be for that or how to nest it. any help is appreciated!Solved
Groups
Recent Blog Articles
No content to show