Power Automate-sökning
Sök
Re: Identify if incoming PDF document is scanned or searchable
CommunityHey @RameshMukka You cannot do this with standard capabilities. You need to check for the presence of a text layer within the PDF document, which you can do with the Encodian 'Get PDF Docum...
Re: Emoji list for MS Flow
CommunityI need the same. At least a way to somehow capture trigger of emoticon.
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: The Selenium IDE ran over 10 minutes. Error message shown "Flow run timed out. Please try again".
CommunityHi yashag2255, Please find the content on the step of Compose, it just replace the separator from --- to " Below is formula json(replace(body('Run_a_flow_built_with_Selenium_IDE')?['jsonVa...
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: 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: 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
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?
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?
Re: List tasks over 400 tasks from planner
CommunityWHY 400? That does not make any sense. Please fix it soon.
Re: How to share and export of Power automate desktop in production environment
CommunityHey, You can export the Desktop Flow and move it to the another environment by using Solution. I've done it many times. First of all, you just need to create a new Solution for your f...
Re: Resend an approval notification from the Workflow history while its running
CommunityI am amazed this does not have higher votes nor was it built in. The ability to manually repeat a Flow step (once it meets certain criteria), particularly Approvals, seems like it should have been...
Power App button link to a website
CommunityHi there, In my power apps, I have a button which I want it to go to a link within my company website. How can I do this? Thanks!
email integration questions
CommunityI opened a support issue with Microsoft, but I thought I would ask this in case you know. I am a new Power Automate user. I have a flow that generates a pdf from safety inspection software called iA...
Re: Setting a multiple lookup column
CommunityHi @klaw-sha Also if the integer conversion doesn't work then add a compose and map the JSON string once it constructed. Finally add the output of compose for the update. &nbs...
Invalid template error
CommunityHello, I have a flow that I use everyday that grabs data from excel online and sends the selected data into an email. Everyday I either clear or paste over the yesterday'...
Re: Compose action skipped due to Condition, but gives a null value that I do not want
Community@Jronash That was perfect, thank you!
Re: Convert True and False to Yes or No in Power Automate
CommunityAlso try if(equals(toLower(triggerBody()?['Does_x0020_this_x0020_project_x00']),'true'),'Yes','No')
Re: Bad Gateway while selecting folder inside library of Create and Rename Sharepoint connector
Community@Anon3218 please check your existing working flow and specially o data filter query. Thanks Hardesh
Power Automate Desktop : Database (Open SQL Connection, Execute SQL Statement, Close SQL Connection)
Communitywatch?v=-YxgtW1KmYc
Re: add items with the same name in the sharepoint list
Community@abm Hello! I did exactly that. I get this Still, when I re-run the flow, it creates the elements with the same name. When this happens, the error appears that the element a...
Calculating results on a submitted MS Form when submitting to the database.
CommunityLooking for suggestions. I have a flow setup to add the results of an MS form into my SQL database. This is all setup and working correctly. The form has ~ 100 yes/no question...