Power Automate-Suche
Suche
Re: Undo Option for Flow
CommunityWell... 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.
CommunityHello @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".
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...
Third Party Contractors - Power Automate
CommunityLooking 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
CommunityHi, 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
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: Reply to Email (V3) Invalid base64 string for MIME content.
CommunitySame 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
CommunityHello.. 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
CommunityHey @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
CommunityHello @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
CommunityThis 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
CommunityHello @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
CommunityHi @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.
CommunityPlease 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
CommunityI'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...
Re: How i can add a new parallel process and link it to exsisting action
CommunityI think this is just a temporary issue in the editor. Save the flow and re-open to see if the line appears. You can't have a parallel action that doesn't come back into the flow so it has...
Using SPLIT Function to find file extension gives unexpected result
CommunityGood morning everyone- I have a flow that triggers when a new document is added to a Sharepoint library. The properties of the uploaded SP file are then used to create a 'Document' record in D...
Re: Wait for approval - send from another account/brand email
CommunityThere is no way to change the From address when using the built-in Approval action.
Re: Flow condition error: Custom value
CommunityHi @Gabriel-ESH , Well, in affraid that your 'Temperature' response is a string type and you try to compare it with a integer. If think you need to invoke the int() function in expressi...
Re: Manually run a flow on a sharepoint list
CommunityIf the trigger is When an Item is Created or Modified there is no easy way to trigger the flow on existing items other than modifying each one. However, you could create a copy of the flow and ...
Re: Birthday wishes flow checker issue
CommunityHi @resham, You can use HTML in the body of your send an email (V2) action. Below is an example of that.
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!
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...
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: Compose action skipped due to Condition, but gives a null value that I do not want
Community@Jronash That was perfect, thank you!