Power Automate Search
Search
Re: Email attachment not in excel format
CommunityHi @JC__, How about using the Get file content by path action? Best Regards, Community Support Team _ Lin Tu If this post helps, then please consider Acc...
Power Automate Desktop : Work with Files Actions - 2 (Read Text from file and Write to Text File)
CommunityIn this Module, we will learn How to work with File Actions (Read Text from File and Write text to File) in power automate Table of Contents: ========================================== 00:00 Intr...
Request User Input During Flow
CommunityHello there, I'm trying tu build our "New employee" Workflow with PowerAutomate, Forms and Sharepoint list. I have the problem, that I need to request additional user input while the workflo...
Re: Trigger Condition for Choice field not working
CommunityHi @Bron Thanks for your posting. Accordingly to your requirement, you would like to filter data based on two conditions (BIDSTATUS = Won or BIDSTATUS = Lost) and current...
Re: Sporadic error with "Add a row into a table" after weeks of running fine. Error 403 - Issue with permissions
CommunityHi @JNicholl Thanks for your reply. According to your description, your flow using excel online connector got failed from time to time and could recover by itself. May I ...
Re: From email, save excel attachment in SP, get info from inside table and update SP or excel
CommunityOk, I finally managed to solve this : I created another flow from my file already in Sharepoint I hovered on the element of my table I needed I wrote it down I corrected it for my other flo...
Re: Unable to figure out how i can add a new line inside string variable
Community@Expiscornovus i am using Rich Text field + i changed it to Enhanced rich text field,,,but still same issue.. thanks
convert word file to PDF
CommunityDear all i have word file for certificates , so i would like to create flow that help me to fill this file from SharePoint list and convert it to PDF like first name , last name and so...
Re: get first 99 characters from string and concat
Community@marial16 , the expression looks correct to get the first 99 characters and append '...' to it, what result does do you get out of it?
When a task is completed trigger, to much time to get it triggered
CommunityWhen a task is completed trigger is taking around 4-7 minutes, before it gets triggered VS When a form is submitted 0-1 min Is this normal?
Re: List tasks over 400 tasks from planner
CommunityWHY 400? That does not make any sense. Please fix it soon.
Re: ActionBranchingConditionNotSatisfied on Send an Email (V2) for New News Posts with Custom Column
CommunityYes, click the download. I'm betting it's a json string value and not an integer, that will show us the true value of "Promoted State"
Re: Convert csv file to JSON format
CommunityThe sample examples are not working as per my testing. Will wait for another response. There might be some work around here.
Re: ActionBranchingConditionNotSatisfied on Send an Email (V2) for New News Posts with Custom Column
CommunityCan you post the outputs of "When a file is created or modified (properties only)"? I would mark out whatever private info before posting as you did in your first image.
Re: Converting image to word using power apps and power automate
CommunityUnfortunately, the peninput1.image is not the format the word template accepts. You need to perform steps such as storing the image first on azure or SharePoint and then getting the ...
Re: Emoji list for MS Flow
CommunityI need the same. At least a way to somehow capture trigger of emoticon.
Common Data Service Trigger: Filter based on lookup value
CommunityHi, I am trying to trigger my Cloud Flow whenever a certain field on a linked entity is not null. Is there any way how to achieve that using the CDS (current) connector? The equivalent OData qu...
Re: Upload image to adaptive card
CommunityBut is there a possibility of uploading image in Flow itself?
Re: Length content error on Get Row - Excel Business
CommunityNow is solved Hi all, specially to @trad who kindly helped me. The issue has disappeared with no change on my side: The file is the same, with same size. So it ...
Filter data and display into a gallery
CommunityHi Team, I have SharePoint list which contains columns like single line of text, person and Choice columns(35 choice columns) are there. I want to filter combination of Account name, Project n...
Re: Remove/Delete Completed Tasks in Planner
Communitywill this delete about 1000 tasks? I think I tried this but it was not deleting when the tasks are more than 400.
Re: Unable to figure out how i can add a new line inside string variable
CommunityHi @johnjohn123, Yes, I tested it first before I posted this possible solution 🙂 What kind of SharePoint column are you using, multiple lines of text? My test...
Re: Bulk email (20,000+) with Delay action
Community@Poobana are you getting items from SharePoint list to retrieve the items, if yes, then you can use filter query on the Get Items action to fetch only those items whose Expiration Date is today...
Re: Azure DevOps - Queue a new build
CommunityWhats the best way of setting the variable value to complete? Do I need to run a POST to Azure DevOps to determine the build has finished. Ideally I don't want to just add a default wait time out of ...
Re: subtractFromTime not working
CommunityIts a very simple fix. You overlooked that you are writing the formula as JSON so it needs to use 'Day' not "Day". Change the double quotes to single quotes and it will work. I miss...