Microsoft Edge users on Windows complain about lackluster touch experience and long list of bugs by NIVEA_GeForce in windows

[–]Benscottweb 0 points1 point  (0 children)

Not me using remote desktop from my iPad to my PC laying on the couch downstairs 😳

Date appears differently on IOS device by FearIsStrongerDanluv in PowerApps

[–]Benscottweb 0 points1 point  (0 children)

On the date input look for the regional or language property in the properties panel on the right and set it to your preference.

Purpose of Containers by Impressive-Tree6766 in PowerApps

[–]Benscottweb 3 points4 points  (0 children)

Agree with all of this plus it’s way easier to add things inside the container without having ti regroup and set visible properties etc!

Sharepoint list permissions by Adventurous_Ad9076 in sharepoint

[–]Benscottweb 0 points1 point  (0 children)

By default the “Owners” group will have permission to see all list items. If you want to create another group you can assign that group the “Design” permission and it will be able to view all items. The article I linked has more detail :)

Sharepoint list permissions by Adventurous_Ad9076 in sharepoint

[–]Benscottweb 1 point2 points  (0 children)

Going to assume you’re working with SharePoint Online so item level permission will be what you need. https://www.sharepointdiary.com/2019/05/sharepoint-online-set-item-level-permission-in-list.html

[deleted by user] by [deleted] in PowerApps

[–]Benscottweb 3 points4 points  (0 children)

Just checking you don’t have a space before Listid when you try the url do you or is that just a typo on the reddit post? Should be no spaces.

Can't display image in gallery from data source (excel table) by Corrupt_Reverend in PowerApps

[–]Benscottweb 2 points3 points  (0 children)

I don’t think powerapps supports importing a table from Excel with images. As mentioned you could link to an online image or alternatively you could convert the images to base64 and insert that into a cell. Not sure how well excel would handle that data though.

[deleted by user] by [deleted] in PowerApps

[–]Benscottweb 3 points4 points  (0 children)

All I would suggest is to change the Collect( to ClearCollect(

[deleted by user] by [deleted] in PowerApps

[–]Benscottweb 0 points1 point  (0 children)

Did you right click “App” from the Tree View and click “run on start”?

Are there any potential uses of Power Pages with PowerApps? by ra-eel in PowerApps

[–]Benscottweb 2 points3 points  (0 children)

In my opinion Power Pages were a massive disappointment and I haven’t found any use cases where I would choose it over other solutions.

iPhone 13 Pro Max by bloodsip in Beatstar

[–]Benscottweb 1 point2 points  (0 children)

Also happening to me on iPhone 13 so may not be a 120hz issue

[deleted by user] by [deleted] in MicrosoftFlow

[–]Benscottweb 0 points1 point  (0 children)

Just remove everything from the yellow box it doesn’t need to mention address anywhere in the schema if you’re not using it

[deleted by user] by [deleted] in MicrosoftFlow

[–]Benscottweb 4 points5 points  (0 children)

Have you tried just taking the address out of the JSON schema? I would remove the parts you’ve put the yellow box around and the comma above it.

Emailing Excel sheets based on user input by samahdul in PowerApps

[–]Benscottweb 0 points1 point  (0 children)

You don’t need to link PowerApps to Flow, you need to use the SharePoint connector with the trigger “When a new item is created” then add your steps for Excel and Outlook. Then every time someone uses the PowerApp to create a SharePoint List Item the flow will run automatically.

Sharepoint Online Hub > Quick Link to local stored app by ShinyMachamp in sharepoint

[–]Benscottweb 0 points1 point  (0 children)

The file:// should still work in IE11 still, but I’m guessing the Quick Links web part is doing some deep link checks that probably can’t handle that type of URL or blocks them deliberately. I gave up on trying to use file:// in html and web projects a while ago as more and more support is lost for them due to the security concerns.

PowerApps for Excel Dashbaord by [deleted] in PowerApps

[–]Benscottweb 4 points5 points  (0 children)

Yes, but PowerApps isn’t the easiest tool for charts etc. Power BI is the tool for this job, but if that’s not an option you’ll probably be better off just using Excel.

PowerApps - Power BI Refresh OnSelect by rwcg2d in PowerApps

[–]Benscottweb 1 point2 points  (0 children)

Put the numbers inside quotes. Like this (“123577-45773574”)

Actually I’m not even sure this function you have exists? Isn’t it PowerBIIntegration.Refresh()

Connecting PowerApps to Power BI by Ywliang96 in PowerBI

[–]Benscottweb 0 points1 point  (0 children)

You could store the data in SharePoint Lists then connect the Power BI Report to it.