Power Automate Search
Search
Automate power bi Using Microsoft flow
CommunityHello Everyone, I would like to export power BI report by sending an automate mail without any trigger function. Is that anyone having idea regarding this .. I approached in a way of refreshing datas...
Re: CSV to HTML (with CSS applied for formatting) and Send it Email
CommunityUploading 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
CommunityGood 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
CommunityHello, 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: graphical view of the workflow progress
CommunityHi @Rambo17 , Your post just gave me a cool idea for my next video. Thank you 🙂 -------------------------------------------------------------------------------- If...
Re: Query: sending mail by Microsoft Planner task out of time with power automate
CommunityHello @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: Send Email with Options
Community@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
CommunityThanks 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: Inserting image into CDS image field with flow
Community@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?
Community@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
CommunityGood 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
Communitydear 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?
CommunityHi 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
CommunityHi @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
CommunityHi 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)
Community@jdoss see screenshots below. Thank you for your assistance First flow Second Flow &nbs...
Re: Flow: Multi-level Approval
Community@Pstork1 That's exactly I thought to layout. How about setting the reminder?
Customizing when an item is created or modified
CommunityI 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
CommunityI 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
Community@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
Community@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
Community@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
CommunityHi, 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
CommunityI 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...