Power Automate'i otsing
Otsing
Re: Flow to and email when Sharepoint list item comment has been made
KogukondHi Bof, I have voted for the change. Your second option then led me to a different solution. I already had another comments column there but on investigation I found that it had an ...
New licensing options for PowerApps and Microsoft Flow standalone paid plans
AjaveebWe’ve seen tremendous growth in the usage of PowerApps and Flow over the course of the past year. Just as we’ve been rolling out new features in response to user input, we’re also listening to input about how to license and implement premium capabilities. In response to these needs, we’re pleased to announce two new plans that we will be introducing later this year: a PowerApps per app plan and a Flow per business process plan.
Intermediate | Flow of the week: Create PDF Invoices Using Word Templates with Microsoft Flow
AjaveebJohn MacDougall is a Microsoft MVP and freelance consultant and trainer for hire specializing in Excel, Power BI, Flow, PowerApps and SharePoint. You can find more interesting articles from John on his blog or YouTube channel. In this post he is going to show you how you can use the new Word connectors in Flow to easily create some really nice looking PDF invoices.
Advanced | Flow of the Week: Triage and Team Assignment with Microsoft Flow
AjaveebTriage and Team Assignment Flow Whats up Flow Friends! This post is written by George Culler and Brian Osgood from the Azure team.
i want to sync the data between two sharepoint lists and based on the connector name i want to update the fields using powerautomate
KogukondHi All, Could you please help me out this issue while i am trying to this my coondition has failed
Need help to automate this process
KogukondHi all, Need help on the below process: 1. Everyday new excel file with multiple sheets is uploaded to Sharepoint documents folder. 2. Data from multiple sheets needs to be combine...
Re: Multiple flows concurrently adding/updating rows in excel sharepoint
KogukondHi @ngchumin, If a file is checking out, other flows that try to check out will fail. You could add Do until action into the Flow, do a loop until the file check-in: outputs('Chec...
Re: MS Teams flow. Custom button on adaptive card
KogukondHi @dmitryva , Regarding with the problem of how to achieve the 10 minutes time out for the adaptive card, here is a solution: Add 'Post an Adaptive Card to a Teams channel a...
Automate update of a cell based on it value and the last modification date
KogukondHello everyone, I'm trying to make something which seems to be very simple, but I didn't find the correct solution. I have a list which is updated with a powerapps. My list (tb_incident) is...
Re: html code in multi line of text through Power Automate
KogukondHi @cmegow If you think that all the field setup are good at SharePoint and still you are getting the value as a HTML chunk, try to use the REST API below to get the field value as text ...
Re: Word doc and PDF doc with the same name, Word doc gets moved to another folder
KogukondHi @th4t1n3rd : I have done a lot of tests. Although using 'move file' can fulfill the requirements, but I always get a "Bad Request" error(The reason is that the two libraries must have exa...
Site pages library is missing with its pages
KogukondHi Team, Unable to see Site Pages libraries in site contents of the subsite. Suddenly its not appearing with all its pages and unable to find in any recycle bin. Any idea.
Re: Looking for a workaround in adding the Terminate control with the "successful" option in the "If no" branch
Kogukond@abm , thank you for your reply. What I get is a summary of all flows that "failed". Technically they didn't, but the flow counts them as such because I can't add the "terminate- cancelled" opti...
Re: share point list records from excel file upload don´t find tbl
KogukondHello @PowerPat , are you using the file Identifier in the 'List rows present in table'? It's the error you get when you use something else than 'Identifier' to reference the file.
Re: Custom JIRA Connector
KogukondI am trying to do this same thing in Jira Cloud, not Server, to submit an issue to a project with has lots of custom fields. I worked through several easy to understand errors (date formats, field ty...
Re: How to find the error column in Parse JSON error message 'Parse_JSON' inputs at line '1' and column '36737'
KogukondThese are fairly long. Is there somewhere I could upload the files?
Storing SharePoint List Column Sum (filtered) in Another SharePoint List
KogukondHi Everyone! I have 2 SharePoint Online Lists: List One: Sales List Two: Profit & Loss Statements In the Sales list, each sale is listed and there are a couple o...
Re: Microsoft forms not triggering flow
KogukondI tried this solution and it worked for me! I hope it doesn't happen again
Re: How to parse an image URL into a HTML table and display the image file?
KogukondToby, Here is how to include that image: https://youtu.be/EsrV7A-23w4 The expressions I used in the video: Filepath Expression: join(skip(split(items('Apply_to_each')['Thumbnail'],...
Re: SharePoint content approval
Kogukond@Pstork1 I had it like this at the bottom of the workflow. When I removed the "Update Item" action, and reran the workflow, the status stayed as approved. i have a feeling there is ...
Re: Create Item in List Called with Dynamic Content
KogukondHello @ZachJayy Let me know if this resolves your issue or not. Thanks, Anna Jhaveri
Re: When a HTTP request is received trigger - my flow fails to find the dynamic content as strings are not accepted
KogukondHi @v-siky-msft Thanks so much for your advice - I've re-done the schema (see below the screenshots) but I still get an error message - see screenshots of 2 error messages, one fo...
Re: Send an Email Notification (V3) NOT sending email
KogukondHas anyone found a solution for this?
Re: Planner - Update task details error
KogukondThank you for all the help guys, I didn't expect a reply that fast. I am going to talk to a Microsoft Engineer today. If I find anything I will let you guys know. Best, Sam
Re: Get Excel data from FTP file
KogukondThanks for the reply. When I read excel for OneDrive using Get Worksheets action it coming as id, Sheet name, Odata id etc. How to have it in array or table format to loop it?