Power Automate 搜尋
搜尋
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: 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: Check if a Planner Task exists
社群Good day, I was able to make it work by Initializing a variable of the Title of the tasks 1- verify if the Subject is in the Value of Tasks if not create a new one if so 2- set the v...
format dateTime from Planner tasks to excel table
社群dear All, I'm trying to export tasks data from Planner to Excel table. All data are exported but dueDateTime, startDateTime ana completedDatTime are in format '2020-01-25T00:00:00Z' and I ne...
Taking output from SQL Get Rows and turning into individual Strings?
社群Hi all, I have established a connection from Power automate to our SQL database, and seemed to figure out how to get the rows I am looking for, but I cannot seem to take these rows and do anything wi...
Re: Flow: Multi-level Approval
社群Hi @EllanReddy , Check out my flow approvals playlist which includes multiple scenarios for building approval flows. https://www.youtube.com/playlist?list=PLTyFh-qDKAiFUGTtwSwF...
Salesforce cases using spo lists
社群Hi all, I am using this connector https://us.flow.microsoft.com/en-us/galleries/public/templates/4844ba12dc784771860e8ebffbaa743b/create-a-record-in-salesforce-when-an-ite...
Re: Multiple emails sent with Send an email (V2)
社群@jdoss see screenshots below. Thank you for your assistance First flow Second Flow &nbs...
Re: Flow: Multi-level Approval
社群@Pstork1 That's exactly I thought to layout. How about setting the reminder?
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...
Email recipient based on Form response
社群I am using a Microsoft Form to collect input from users, and want to email the form results to a recipient based on the response to one of the questions. The question requires the user to select from...
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(...
Re: Power Automate Trigger Conditions made EASY
社群@Craig_Humphrey What would the formula look like if the SP column name is [Replacement Cost], and the field is set to Number, and I want to trigger when this field is over 1,000? &nbs...
Re: Find Files in Folder by Path - Returns Empty Body
社群@Johnnyg I just had an epiphany while doing a test, i just had the file deleted from my computer, and then went to the app, i was super fast because i just had to do "next" on the app ...
Getting data from Microsoft Bookings
社群Hi, I want to print a pdf-report everytime a new booking is received through Microsoft Bookings. Is it possible to connect Power Automate to MS Bookings? If not directly, perhaps th...
HTTP Request GET Webhook returns 400 and success = false
社群I am trying to automate updating Salesforce with information from an online training platform (Thinkific) I have done so before in Zapier, but when using Power Automate i get a response status...
Re: Automatic email generated at 6 Months
社群Hello, I have found another solution which allows me to use files with the same name (since the file name is the main "functionality" of the flow). Made two different folders into SharePoin...
Re: Flow Performance - What is considered an "action"? (Cross post for visibility)
社群@Hardesh15, So they are a multiplicative condition, not an OR condition? I interpreted it as doing this for x number of times if the limit is reached break or is x minutes is reached break. Th...
Re: WinAutomation to Power Automate Desktop migration
社群I would also like to stick with WA while I can, eventhough I'm not in the same situation as you regarding multiple processes and having to renew the license in a few days.. I can't even understand th...
Re: Logic App flow sending duplicate email when it should only send one
社群Hi @AdamD , Do you see this flow only running once? But it is sending multiple email messages? I assume i.e. a button is connected to your Power Automate trigger here. By the way...
Re: convert text to date (flow to sharepoint list)
社群Thanks, but I cannot find any such settings, not in the Flow itself nor in the environment? Where are they suposed to be located?
Re: Updating Date field to TODAY
社群I received this error: Flow save failed with code 'OpenApiOperationParameterValidationFailed' and message 'Input parameter 'item' validation failed in workflow operation 'Update_item': The parame...
Re: Can the new sharepoint list item added every week be automatically sent out by email? All the new item information is summarized in one email and sent automatically once a week at a specific time.
社群@Dennis_Qiang Answering your questions above: I still don’t understand how " Created It'EndDate’ and gt'StartDate’ " is implemented? Does "Created" use the automatically generated Created c...
Re: Email PDF from SharePoint Document Library as an attachment.
社群I removed the Flow from Power Apps, re-added and now the email works. I would still love to know how to send file content back to Power Apps in a useable format though.
Re: HTML tags in the approval emails won't work in Power Automate
社群Approval Emails use adaptive cards and don't support the use of HTML. You can find the markdown characters here: Use markdown to format Power Automate approvals - Power Automate | Micro...