Αναζήτηση Power Automate
Αναζήτηση
Re: Is there a way to get the meetings for a Team?
Κοινότητα@Mgodby- Maybe you can leverage https://support.microsoft.com/en-us/office/use-the-group-calendar-web-part-eaf3c04d-5699-48cb-8b5e-3caa887d51ce and then use Power Automate to search the event details...
Re: Power Automate and SharePoint Permissions
Κοινότητα@BenFetters Thanks for the quick reply!!! Here's the text from the post I submitted on the Tech Community page. For some reason, I was having trouble even finding my own post...I'll investigate ...
Re: Power Automate and SharePoint Permissions
Κοινότητα@JFADI2020 , Thanks so much! So glad it could help. And that is interesting! I would take a look at your post but for some reason it's not showing me anything when I click on either lin...
Having trouble building a simple automated flow (Forms to Excel)
ΚοινότηταHi. I am Cícero, from Maranhão, Brazil. I am currently having trouble building a Flow, which basically, what I am trying to do, is have a Form, like the one below, with some data that our cl...
Re: Create Item in List Called with Dynamic Content
Κοινότητα@annajhaveri Does this work - I've got quite a few actions leading this one:
Re: Dynamics and Sharepoint - Uploading documents to customer document library with a folder structure
ΚοινότηταHi Expiscornovus, Thank you so much for your response! I have enabled server side sync, and I have managed to create a flow that creates a custom folder structure using Document Location,...
Re: Send automated notification when a file is moved from folder to another
Κοινότητα@earlbrian You are better off using a When a file is created - properties only trigger followed by your email action. Give this a try and let me know if it works for you.
Re: SQL Get Rows - Date Filter Between Two Dates
ΚοινότηταHi All, This seems to be case sensitive and does not work with time (not sure why). A Date field in SQL works, and DateTime/Datetime2 field does not. Lots of testing to get to...
Re: store information from outlook's body to sharepoint list
ΚοινότηταHello @Expiscornovus thanks for your answer. your solution is very good, but doesn’t manage multiple data. in one mail i have many differents data non good structured. &n...
Re: Reading the PDF from OneDrive business when it's created or modified
ΚοινότηταHi @roman-b Have you tried adding 'When a file is created' trigger and see if the flow runs on pdf file? Please also see if the files are less than 50mb
Re: Using Flow Bot with Manual Trigger - No Flows Found
ΚοινότηταThanks for that super helpful reply, @tcvall86. Definitely reassuring to know I'm not the only one having this issue but unfortunately I haven't got it working so don't have anything to share, s...
Re: HTML to PDF using Plumsail Documents Connector
ΚοινότηταHi @Manarjomar , I made a test on my side, the plumsail connection can work properly. Your issue could be an accident. Please consider clearing your browser cache, or using pr...
Can Approver add Data during an "Approval" Action?
ΚοινότηταHi Gents, I'm thinking to allow the approver to input data while he's approving and request at the "Approval Action". For example, An applicant has submitted an OT Application with proposed OT St...
Re: Total newby - is this idea possible? Excel data triggers email/push notification
ΚοινότηταCheers Victor. Are there any guides/how-to's available that can point me in the right direction?
Re: Start and Wait for an approval send email just to the owner mail (myself)
Κοινότητα@GhassSD I configured and ran a Flow which is identical to the one in your screen shot and had no issues - the approver did receive the email. The fact that you received the email and t...
Re: Add Planner Priority field to create task and update task
ΚοινότηταDitto, this would be very helpful when creating Planner tasks from a Form.
Re: Problems with creating Customer Voice Surveys with Power Automate
Κοινότητα@PengoFant , This is my understanding that you can update survey questions and get response back as that survey and question are residing in D365 which is not directly updating it back to Forms....
did somehting change in power automate web UI
ΚοινότηταHi, In power automate I was able before to do Expressions in a multiline editor.... now it is only single line...very hard to write formulas/expressions... not sure ...
Re: Form data into Excelfile, new row for each new form entry
ΚοινότηταI'm so happy! It works now! I learned a lot from setting up this flow, and from you. Thanks so much!
Re: Filter Query or Filter Array
ΚοινότηταHi Paulie78, I have something like this. Where I find single empty record ?
Delete Older records from Sharepoint Calendar event list
ΚοινότηταI have good amount of records from 2011- 2020 in a SharePoint calendar, resulting in Threshold issue in SP Online. I am trying to purge any records that's older than last 4 years ( 1460 days) and use...
Re: Trigger for SharePoint List When an Item is Modified
ΚοινότηταHello @mtagliaferri You could use the following expressions: 1. Check text field is not empty: not(empty(triggerBody()?['TextField1'])) 2. Check Date field is not empty: ...
Re: Filter Query or Filter Array
ΚοινότηταCould you go into your run history for the list rows action and in the outputs section click on "Click to Download". Then copy and paste the output for a single empty record. This will make it easy t...
Re: How to use ADO Connector to get information of a build
ΚοινότηταThanks for both of your replies.
Flow on Resources in dynamics CRM
ΚοινότηταHey All, We have an entity named booking and it has below fields and subgrid A field named Submit which is a dropdown with options Yes and No Another field named Approval has options called Super...