Power Automate претрага
Претрага
Re: Microsoft forms not triggering flow
ЗаједницаNone of the form submissions have gone through the Power Automate (Flow) starting at 4:37pm EST 12/8 for us.
Re: Microsoft forms not triggering flow
ЗаједницаWe also have the same issue. The last time it worked for us was December 7th at 23:14 GMT. Our first failed attempt after that was December 8th 07:26 GMT.
Unable to get a shared onedrive file
ЗаједницаHi everyone, I have spent quite a few hours trying to figure this issue out and am on the cusp of giving up. I have a flow that is triggered from a form, the form has an upload feature. I hav...
Re: Approval - flow time out, send email with approvers name
ЗаједницаIf it's null then you can't use the Responses later in the flow, nor can you use any data from the Responses. If it time outs it won't give you any names/responses, you won't recognize if 1 out of 5 ...
Variables in parallel branches
ЗаједницаHi I have an Approval flow which captures data from a PowerApp screen then kicks of a parallel approval for each person selected. All this works fine. I had an issue that if the document being revie...
Sharepoint-Need to sum criteria from List 1 in List 2
ЗаједницаHello, I have two lists. List 1 has employee names, # of assignments, date of assignment, days since assignment. List 2 has employee names and number of assignments. I can't f...
CRM - SAP Integration
ЗаједницаHi, Can we integrate MS CRM to SAP using flow. Ex. When I create account in MS CRM then account should be create in SAP as well. How can we achieve it? or the best way to achieve it. ...
Validate date array
ЗаједницаI am trying to validate a date at the beginning of a file name. They usually start like this YYYY-MM-DD (then the rest of the file name). I am at the point where I have used substring to get the firs...
Re: How to add author to Tweet Text?
ЗаједницаOkay, thanks for the info. Was hoping it would just require a custom expression.... like triggerOutputs()?['body/dc:creator'] (tried this, didn't work). ...
Validation, Submission and certification of Custom Connector
ЗаједницаHello, We are planning to create one custom connector. We have gone through the below Microsoft document Form to be filled - https://forms.office.com/Pages/ResponsePage.aspx?id=v4j5cv...
Is there an API that can retrieve the Flow definition?
ЗаједницаHi there, has anyone managed to retrieve the JSON / swagger that defines the flow ("definition.json") via an API? Looking for a way to programmatically download this kind of data.
Re: Convert word document to pdf for document already in SharePoint library
ЗаједницаHello @xxxxmints In which action are you receiving this error? Regards, Ferran
Re: Converting String to integer in Select action
ЗаједницаHi @upputuriyamini2, Use int() function to convert a string to an integer, we should make sure the string is a number. Please share an instance of the filter array, it could help us...
Re: Office 365 Group email Trigger
ЗаједницаHi @balajinarni, did you see https://flow.microsoft.com/en-us/blog/use-our-new-office-365-groups-mail-connector/ ?
Re: Manually trigger a flow from a PC/laptop
ЗаједницаYes sounds very easy to those who are into doing that. I'd prefer a simpler method. Not everyone has the time or the inclination to be bothered with this stuff. That should be behind the scene. Those...
Re: Unable to get a shared onedrive file
Заједница@MarkAldous The issue is the the Get file content action that you are using is a OneDrive for Business action - it will only connect to your OneDrive - no way around this. ...
Re: Flow Owner name appears on approvals and SharePoint list
Заједница@jaxkookie You are correct! That said, I didn't include that in my response as I have never had success adding/changing the connection for an approval action.
Re: Trying to convert an excel (existing file) into a PDF file and then emailing a link to the file.
ЗаједницаGreat Thanks for explaining to me, although I managed to workaround the problem with Get File Metadata, Get file properties etc.
Re: Request approval (everyone must approve) for a selected file - Template
ЗаједницаTried it on another tenant and has the same issue
Re: Update list item when a file is created/modified in a library folder which was created/triggered by adding an item to this list.
Заједницаokay, i am little confused as you are facing two issues, lets go one by one, were you able to get the Item ID from the folder in the library flow? did that worked successfully?
cannot create a dynamic list that is depended on a parameter from another dynamic list inside a call’s body.
ЗаједницаHi, I cannot create a dynamic list that is depended on a parameter from another dynamic list inside a call’s body. As soon as I try it, I get an error: Specified swagger has the following errors: ...
Re: Split comma delimited (array) string variable to list separated by newline
ЗаједницаIt's already in the format of an array. You don't need to split or do any of that stuff. Just create an array variable (as an array variable) and put in your string, which is constructed as an array ...