Power Automate Search

Search

Re: Send an email (v2) dynamic email body depending on current day

Community

@nagestiada , Yes, it is possible, but you need to dinamically create your HTML code for email body.   You can use PowerAutomate variables, something similar to:   ...

Re: Populate A Word Template - Please Make Sure The Size Is Less Than 10MB

Community

Converting to a PDF is making it smaller via greater image compression. Word isn't doing that.   I'd be tempted to use something like https://kraken.io/ to reduce the size of the images...

Error Message from Power app using a flow

Community

Hey community,  I keep getting this error " .Run failed: { "code": "InvokerConnectionOverrideFailed", "message": "Failed to parse invoker connections from trigger 'manual' outputs. Exception: ...

Re: Trying to send emails for only rows with data in table

Community

You don't need the condition, you have to options: You can add a filter array step after your list rows present in a table OR You can perform an oData query on your list rows present action to ...

Outlook attachment Json data to Sharepoint list not working

Community

It seems that it should be working, I have set a flow to get the Data from the (Json) attachment and transfer the data to a Sharepoint list, however I keep getting the following error:   ...

Re: Comparing Results From Choice Field On Form

Community

Can you share a screen shot of the flow in edit mode? These are examples, the #5 in the condition is a question on the form.

Combine multiple Sharepoint list into a csv table using flow

Community

Hi.   I have a Master Sharepoint list  ID -: Number Asset ID-: text Owner Name (Person field)   Child list MasterID  Environment (Choice field) RiskRating(choice field) ...

Re: Comparing Results From Choice Field On Form

Community

Hi Jdoss,   That's where I am heading but I don't know what action type to choose to do this.   I have a condition, but whatever I put in the boxes does not seem to work.

Re: Convert True and False to Yes or No in Power Automate

Community

Thank you @VictorIvanidze Also, try your  expression and got the following error. The execution of template action 'Create_CSV_table' failed. The column values could not be evaluated...

Re: Undo Option for Flow

Community

Well... just to inform that we are now in 2021. This should be the TOP priority, it is unthinkable to have no Undo here and having one in SharePoint pages.   P.S: I also just discovered this ...

Re: SharePoint Array - parsing out unique categories, and finding the minimum date for that category.

Community

Hello @Skiroy , you have the project groups stored in the array, so to process them one by one you will use 'Apply to each' action. Inside this 'Apply to each' you'll use the 'Get items' ...

Re: The Selenium IDE ran over 10 minutes. Error message shown "Flow run timed out. Please try again".

Community

Hi 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...

Third Party Contractors - Power Automate

Community

Looking to find a contractor that could help us developed flow and automation for our nonprofit. We need experts to do and setup.

Re: How do I Make a PDF searchable - Sharepoint OCR

Community

Hi, You need to perform OCR on the PDF documents - This post details how to automatically OCR PDF documents added to SharePoint document library: https://blog.encodian.com/2019/10/automatically-ocr...

Re: Identify if incoming PDF document is scanned or searchable

Community

Hey @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: Reply to Email (V3) Invalid base64 string for MIME content.

Community

Same issue with me. i have 3 flows and all are failing at same step.  Action 'Reply_to_email_(V3)' failed Invalid base64 string for MIME content. clientRequestId: 9cc98985-6a0a-4408-8732-e...

Power Automate Desktop Fails to launch Excel

Community

Hello.. I am new to using power automate desktop and recently I ran into an error... Now I want to use flow to get tabular data from webpage and save it to excel spreadsheet but power automate deskt...

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

Community

Hey @fchopo, thanks for comming to my aid.   Second option, the text isn't stored and the sharepoint list field is left empty. All other regular one line text fields work fine, and ...

Re: Can we prevent "Custom Responses - Wait for all responses" action from sending notification to MS Teams

Community

Hello @johnjohn123  You can work with Approvals Adaptive Cards in Teams: The Ultimate Guide to Microsoft Teams based approvals (laurakokkarinen.com) So you can customize the fie...

Re: Building Flow that retrieves Data from SQL Database

Community

This post was so helpful, thank you so much. I was able to figure it out, just tweaking a few things before pushing it to production. Looks like I needed to learn a little about ODATA queries. Thanks...

Re: Send an email to owners of open items from a sharepoint list

Community

Hello @AlanJB  Could you share what are you doing in the "compose" and "compose2" actions? I mean, which information are you storing and the operation in Union... Does the remediation o...

Re: add items with the same name in the sharepoint list

Community

Hi @elaaadani    Thanks for your reply. Are you creating a page in SharePoint or a list item? 

Need help. Can't count file item when get file from sharepoint.

Community

Please help to fix this flow.  I can't count file item when get file from sharepoint. This is my flow and error.              

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

Community

I'm having some trouble with a flow I'm using that is based on the "Register forms responses to a sharepoint list" model. There are some multiple lines text fields on the sharepoint list, but they a...