„Power Automate“ ieška

Ieškoti

Re: Is there a way to get the meetings for a Team?

Bendruomenė

@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

Bendruomenė

@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

Bendruomenė

@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)

Bendruomenė

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

Bendruomenė

@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

Bendruomenė

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

Bendruomenė

@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

Bendruomenė

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

Bendruomenė

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

Bendruomenė

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

Bendruomenė

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

Bendruomenė

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?

Bendruomenė

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

Bendruomenė

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)

Bendruomenė

@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

Bendruomenė

Ditto, this would be very helpful when creating Planner tasks from a Form.

Re: Problems with creating Customer Voice Surveys with Power Automate

Bendruomenė

@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

Bendruomenė

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

Bendruomenė

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

Bendruomenė

Hi Paulie78,   I have something like this. Where I find single empty record ?      

Delete Older records from Sharepoint Calendar event list

Bendruomenė

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

Bendruomenė

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

Bendruomenė

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

Bendruomenė

Thanks for both of your replies. 

Flow on Resources in dynamics CRM

Bendruomenė

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