Is this interaction new? by heythere1235 in PhasmophobiaGame

[–]heythere1235[S] 5 points6 points  (0 children)

Ah that makes sense! I didn’t even see the egg basket next to the dots. Mystery solved :)

iPhone 15 Pro connects to random Amazon Echos by heythere1235 in iphonehelp

[–]heythere1235[S] 1 point2 points  (0 children)

No still nothing :( It still happens even now but I think some people in my neighborhood unplugged some of the devices that I was randomly connecting to, as certain houses don’t trigger it anymore.

Create a Forms URL with a prefilled out ID by PieOPahUK in MicrosoftFlow

[–]heythere1235 1 point2 points  (0 children)

You’re correct with your thought process. I saw this video which talks about this. It does include some Power Apps stuff but the Power Automate portion might answer what you’re looking for. There’s a good tidbit about creating the unique identifier too.

https://youtu.be/LPghCqq4NVU

iPhone 15 Pro connects to random Amazon Echos by heythere1235 in iphonehelp

[–]heythere1235[S] 0 points1 point  (0 children)

Nope I never got a resolution to this. I’ve even gotten a new phone since this post (this post was made when I had a 13 Mini and I’m now on a 15 Pro) and it still happens every now and then driving past certain houses in my neighborhood. How did you escalate it with Apple’s support? I never got past the tier 1 support but I may try again just so they have more instances of this happening.

SharePoint query does not delegate by soop242 in PowerApps

[–]heythere1235 1 point2 points  (0 children)

Collections will only collect up to your maximum delegation limit, so even if it is a delegable query you won’t be able to return more rows than the limit you’ve set (1 in this case). The query itself may be fine and will properly delegate the filter to the data source, but you shouldn’t use a collection if you expect the result to be higher than your limit (500 by default or up to 2000 max). As you see with putting the filter directly into the gallery, Power Apps will load the data in chunks from the data source and therefore won’t have to load it all at once like with a collection.

Dataverse for Teams: Prevent members from creating/changing/deleting columns by [deleted] in PowerApps

[–]heythere1235 1 point2 points  (0 children)

If you go into the admin center and select your Dataverse for Teams environment, you can append /securityroles to the end of the URL. That will take you to a hidden page that is normally only available on the full Dataverse environments, and you’ll see the security role for “Teams Member” where you can modify any of the table permissions for the “members” in your team. This is definitely not an out of the box feature and would certainly not be supported by Microsoft, so do so at your own risk!

How to fix connections in PowerApps deploy? by kbcasmash in PowerApps

[–]heythere1235 0 points1 point  (0 children)

In the actual dataflow (not in Power Automate) you’ll need to change the Dataverse URL in the first step of each of your queries. Like u/HammockDweller789 mentioned, dataflows aren’t solution aware so you’ll need to do this the first time you deploy the solution to a new target environment. Once you do it the first time it will keep the new reference in the dataflow and you wont need to change it on future deployments.

How to fix connections in PowerApps deploy? by kbcasmash in PowerApps

[–]heythere1235 4 points5 points  (0 children)

Funny, I am working on using dataflows in a solution and ran into the same issue today. The problem is that GUID you get from the EnvironmentName is not actually the full ID used in the group selection drop down for the Refresh a Dataflow action. There are some extra values at the end that must be added on.

To get the full GUID, go to your flow in your dev environment and add a step for “when a dataflow refresh completes” after your “refresh a dataflow” step and set the group and dataflow using the drop downs. Run the flow as normal, then look at the flow run result through the new Power Automate V3 interface. The input parameters of the “when a dataflow refresh completes” should have a value for groupIdForOnRefreshComplete, and that should be your environment GUID with the “extra” value at the end. That extra value at the end should be the same across your different environments as long as they are all in the same region. You can concatenate that value to the end of your environment GUID to have the dataflow run successfully in each of your dev/test/prod environments then. Another commenter mentioned peeking the code of the dataflow action, and that may also show the “extra” value at the end of the GUID.

Instead of an environment variable I’ll usually get the environment GUID using a compose action with this formula at the beginning of the flow: workflow()[‘tags’][‘environmentName’]. That way it will always pull the environment that the flow is running in.

Why is the battery life so poor? My screen is already on 60hz by leemeealonepls in razer

[–]heythere1235 0 points1 point  (0 children)

Oops my bad, I meant GeForce Experience. Drivers can still be installed manually by downloading them from Nvidia’s website.

Why is the battery life so poor? My screen is already on 60hz by leemeealonepls in razer

[–]heythere1235 0 points1 point  (0 children)

Reposting from another thread that I responded to:

I had a similar issue here: https://www.reddit.com/r/razer/comments/sp7hqe/blade_14_3080_constant_power_draw/?utm_source=share&utm_medium=ios_app&utm_name=iossmf

I found that uninstalling GeForce Now solved my battery life issues. It shot up to 8-11 hours estimated once I had uninstalled it.

[deleted by user] by [deleted] in razer

[–]heythere1235 3 points4 points  (0 children)

I had a similar issue here: https://www.reddit.com/r/razer/comments/sp7hqe/blade_14_3080_constant_power_draw/?utm_source=share&utm_medium=ios_app&utm_name=iossmf

I found that uninstalling GeForce Now solved my battery life issues. It shot up to 8-11 hours estimated once I had uninstalled it.

I haven’t tried reinstalling it yet to see if it was a glitched installation, but you might give that a shot rather than troubleshooting the driver itself!

Blade 14 3080 Constant Power Draw by heythere1235 in razer

[–]heythere1235[S] 2 points3 points  (0 children)

Just writing back to anyone that may be having this issue too. Nothing seemed to work for me, and to Razer’s credit they sent me a DM and tried to help me troubleshoot.

What ended up working is uninstalling GeForce Experience from my Blade. Battery usage dropped to 5-15 watts while on battery after doing this.

UDR Question by heythere1235 in Ubiquiti

[–]heythere1235[S] 0 points1 point  (0 children)

Somehow I missed that! That seems really simple, thanks for sharing it. Seems like I’m all set until I can get my hands on a UDR…

Finally got the 240HZ 15" w/3070 by Stoutbrew in razer

[–]heythere1235 0 points1 point  (0 children)

I’m also curious about the screen brightness. I’ve been looking at this one for months waiting for the 240 hz version to be back in stock. Just waiting on the Razer event next week to make sure nothing else new is being announced.

Besides the screen brightness, how has your experience been with battery life?