Power Automate 搜尋

搜尋

1 至 25,共 439,181 個

Re: convert array to object?

社群

@Mira_Ghaly  I'm feeling quite stupid now... seems so easy, haha :-). Should have thought of that.... Thanks for your quick help! This is exactly what I needed.

Re: Inserting image into CDS image field with flow

社群

@Symira  You can use the below CDS Action You need to pass the content as JSON format as below: { "$content-type": "image/png", "$content":"base64string" } Then use th...

Re: Create a custom connector from scratch for a registered Azure function

社群

@JMan2021 Yes we would need the headers but it would also depend what is required to the endpoint. Please check this video on creating a custom connector.   https://www.youtube.com/watch?...

Planner attachments to Sharepoint item

社群

Hello Need help with building a flow 1. When a task i completed 2. Update item (Sharepoint item) 3. Add attachments (Sharepoint item)   Only problem is to add the the attachments from Plan...

Re: Sharepoint lists with multi value vlookup and power automate

社群

Hi @karlijnk    In my understanding, you want the lookup column in the list of training session to be filled with event that happened on the same day to the same dog. That is, the c...

Re: Array to String source Excel

社群

@jinivthakkar ...Hi

Re: Excel to sql server

社群

Hi @abm ,   Thanks for the informative video. It worked in the case when the column has dates. But for the blank values it's giving me this error:  

Re: power automate approval custom response

社群

Hi @RezaDorrani ,   One of the switches that I have is Pending-IT Process, once the manager approve the request, it change the status variable to Pending-IT and it switch to Pending-...

Re: Flow to notify when PowerBi data model Refresh is complete

社群

Hi Prasad, I'm looking for the ability to notify people of when the refresh completed successfully, not if it failed.  We are dealing with multiple data models and authors, and I'd like to make ...

Outlook move email to folder by variable

社群

Hi,   My issue is the same as https://powerusers.microsoft.com/t5/Building-Flows/Need-to-move-an-email-to-a-folder-based-on-variables/m-p/527005#M67677 But it appears since the update to...

SharePoint document library send email

社群

Good Afternoon, I need some help working out a flow. I am on GCC as I think that matters sometimes. I have a “bulletin” library that we add documents too and then thanks to new modern experience we...

Problem saving flow

社群

Hi!   I created a flow to automatically change the status of an item on SharePoint when the value in a specific column has changed. I just saw the flow in one of the posts here and replicated ...

Re: Referencing a cell, using a formula, given a static column value and generic row expression

社群

Hi - i'm running into a simmilar issue as this.  Have you had any success?

Re: Run Desktop Flow as Admin? (third attempt)

社群

@miketran13    Thanks for getting back to me. So I did just that.   I saved me PS1 script with the code snippet you posted earlier and ran Desktop Flow. It will run the PS1 as an ...

Re: graphical view of the workflow progress

社群

Hi @Rambo17 ,   Your post just gave me a cool idea for my next video. Thank you 🙂   -------------------------------------------------------------------------------- If...

Re: CSV to HTML (with CSS applied for formatting) and Send it Email

社群

Uploading it again since the previous one somehow is not showing as uploaded 😞

Re: Forms to Sharepoint list - Multiple lines of text fields not being resgistered

社群

Good morning! And sorry for the late reply, I've been trying some other solutions aswell. I've read the article you recommended, and followed it thoroughly. Unfortunately that didn't work either, ...

Flow

社群

Hello,   Making my flow, I am using apply to each and float function. If the calculated cell data is less than 90 days it sends an email.    Unfortunately It works if there is no f...

Re: Send Email with Options

社群

@PrasadAthalye  I am not using the Approval action because of having to invite everyone as a guest. I am using the send email with options action.

Re: List rows present in a table - Filter Query not working

社群

Thanks for reply. Yes, we can use to lower function, but looping all 5000 rows is not efficient right.  So only I'm trying to fix the filter option in List rows present in a table. I also...

Re: Query: sending mail by Microsoft Planner task out of time with power automate

社群

Hello @Gopala_Krishna , thanks for your answer, but what I was referring to is how I can create a sequence to validate and send by mail that every time there is a Task in Microsoft PLanner in a delay...

Re: Error saving flow with "Execute a SQL Query" action

社群

Hi @sujan ,   Is there any roadmap for Execute SQL query connector to work for On-prem sqls server.?   Also, if I want to filter some rows in Get rows action, how it can be fu...

Customizing when an item is created or modified

社群

     I currently have a flow set up that sends out an email when an item is created or modified on a SharePoint list. What happens now is that an email gets sent out only if the item p...

Re: Delete a row in excel showing error

社群

@GAbraham  As excel date and time is coming in date format so you need to use one compose action before delete action. 1. Compose: pass your excel date 2. Compose: expression first(Split(Output(...