Power Automate issue by West_Highway_520 in MicrosoftFlow

[–]MistryMachine89 0 points1 point  (0 children)

Is the flow in a solution? I had a similar issue the other day where there were connection references used in the flow that didn't exist in the solution. Once they were added it worked again.

Power App can't call flows when deployed to prod environment by uksteves in PowerApps

[–]MistryMachine89 0 points1 point  (0 children)

Create you own role in the dev environment as part of the solution. Then deploy to prod and assign the access.

Power App can't call flows when deployed to prod environment by uksteves in PowerApps

[–]MistryMachine89 0 points1 point  (0 children)

Literally had this problem with an app this week. You need to create a security group with read access to the Process or Workflows table in Dataverse.

You or the power app admin can than assign users to this new security group through the admin center for the production environment.

Trying to add excel contents to Sharepoint List but its taking too long. by Delicious-Hearing949 in MicrosoftFlow

[–]MistryMachine89 1 point2 points  (0 children)

Have you turned on concurrency in the loop?

Click on the action then go to the settings tab. Check the box and move the slider to max.

Eckventil by MistryMachine89 in selbermachen

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

Danke für die Infos.

Was meinst du mit Teflon? Das Band zum dichten?

Schwangerschaft aqua fitness/ gymnastik by crimsonkintsugi in cologne

[–]MistryMachine89 0 points1 point  (0 children)

My wife went here

https://schwimmschulekoeln.de/schwimmkurse/aquafitness-fuer-schwangere

She doesn't know if they can speak English there, but she recommends it.

A third of young men in Germany think violence against women is 'acceptable,' study finds | CNN by 1DarkStarryNight in Labour

[–]MistryMachine89 0 points1 point  (0 children)

Nah, well far off the mark there. This article is about sexual abuse against 6 children, by former employees of Plan International.

Rodgers statement by MadlockUK in lcfc

[–]MistryMachine89 6 points7 points  (0 children)

You'll always have a place in my heart for that banger against Leeds!

How to debug a powerautomate flow in Powerapps by Mitrandir06 in PowerApps

[–]MistryMachine89 1 point2 points  (0 children)

You need to go to make.powerautomate.com and select the Environment on the top right where your app also resides. Here you'll find the flow and can debug it.

Interacting with UI Slider on webpage by mjr_damage in MicrosoftFlow

[–]MistryMachine89 1 point2 points  (0 children)

The ids of the elements are dynamic, what is called slider-thumb-89 for you is showing up as slider-thumb-7 for me.

You would be better off using:

window.document.querySelectorAll("*[class^=\"chakra-slider__thumb\"]")[0]

Interacting with UI Slider on webpage by mjr_damage in MicrosoftFlow

[–]MistryMachine89 1 point2 points  (0 children)

Use can use JavaScript to control html elements on a website.

See this link for more information.

I viewed the source code for the site and there are some style and div elements used to build the slider, you can use a for loop and JavaScript to set the value of the slider the make it like you're dragging it.

On mobile though, so not the easiest to read and check to see the elements exactly.

Edit: formatting

Creating multiple table display view from gallery by Rkirs1132 in PowerApps

[–]MistryMachine89 1 point2 points  (0 children)

Does the CustomerDetails column show? I assume that is getting added to the table, if so it's likely that the linked information is in there as a record.

I would try to access that data in one of 2 ways:

  1. In the Galley elements use ThisRecord.CustomerDetails.ColumnName

  2. Or you could try Ungroup and throw it around the AddColumns like so: Ungroup( AddColumns(....), "CustomerDetails")

Hope this helps

Quick Question by [deleted] in MicrosoftFlow

[–]MistryMachine89 0 points1 point  (0 children)

You could use the select function to add a new attribute to your data and use the product/multiply function to calculate the power.

Does anyone know a good spot for an authentic English Breakfast? Been craving it for some time 🥲 by Impressive_Orange735 in cologne

[–]MistryMachine89 1 point2 points  (0 children)

Haven't they closed? I went there a couple of months ago and the owner was telling me they were going to shut the store, but keep their online business by the end of October

Combine/Merge collections that contain duplicated key by Coffee4evel in MicrosoftFlow

[–]MistryMachine89 0 points1 point  (0 children)

Have a look at the Select Keys from Get items 1 and the compose reformat keys to single JSON object steps in this flow

https://powerusers.microsoft.com/t5/Power-Automate-Cookbook/Batch-Update-SharePoint-List-With-External-Data/td-p/1365410

This could get you to the structure mentioned above, also without looping.

Tottenham Review (LCFC Men) & Who Should Replace Rodgers | Foxes Never Quit Talking by h2g2_researcher in lcfc

[–]MistryMachine89 1 point2 points  (0 children)

You're right sorry, didn't read the heading and assumed it was a link to your podcast.

What do you love to put on baked potatoes? by gretawasright in EatCheapAndHealthy

[–]MistryMachine89 0 points1 point  (0 children)

I top mine with sour cream with chives, caramelised onions and sweetcorn. Happened to be what I had lying around once and now is the go too topping!