Power Automate-sökning

Sök

Re: How to clear filters in an excel spreadsheet using power automate?

Community

@pfrmota I found a similar requirement on below link, the user has called a script which has some code by which the user was able to sort, on similar lines you can try clearing filtering.  ...

Re: Excel file corruption

Community

@NathanFra    That doesn't matter if the user is not in your tenant as your are trying to extract email attachment and flow is running in context of your user account. The issue here is...

Automatically create Ical as from email content as an attachment

Community

Hi All,    I am quite new to MS FLows,  Is it possible to automate the following workflow   When a email arrives in Office365 to be sent to specific users I need to auto creat...

Countdown timer

Community

How can I get access and modify the Countdown timer?   I have it added on the SharePoint page and want to do it in an automated manner using flow.

Re: Use formula in Add Row with cell reference

Community

@v-bofeng-msft Thanks for the help.  I'm still trying to get this to work.  There must be somethign wrong with the expression i'm doing as i'm getting One or more fields provided ...

Re: Planner attachments to Sharepoint item

Community

Hi @Mira_Ghaly  Thank you so much! Worked on the first try 😉

include button on a page to manually trigger a flow

Community

Is it possible to create a button on a page that will trigger an instant flow? 

Re: move email attachment to the right sharepoint folder

Community

Hi Scott! First, I want to thank you for your response. It helped me a lot! But there are a couple of new problems I like to solve now. With your response I managed to create a folder with the name...

Re: List Connectors returns The response is not in a JSON format.

Community

Same here, it’s been happening for over a week now. 

Re: Send e-mail to subjects from a table in excel

Community

Yes that should work fine. 

Re: Updating/refreshing a SharePoint list field definition after a flow is created

Community

Thanks for your quick reply.  Given it won't be able to refresh the field defn (as you mentioned), I just proceeded to recreate the 'Create item' action in the flow and it worked.  Would've...

Re: PowerApps image to SharePoint via JSON function produces previously published images

Community

@brightfame  I have worked on this scenario on multiple occasions and never experienced such a kind of behavior. I suggest you to check back the flow once if there is any mismatch happening an...

Re: Why do I use "Get email (V2)" after a mail trigger?

Community

@ParkwayDrive    The response object parameters differ from action to action and will not be the same, for information related to the trigger/actions their input parameters and response...

Re: Always have the error "invaliud html" , correct the highlighted

Community

hi @Kinjal_iTalent    When i reply some posts today , it's happend again. i use the Microsoft Edge 88.0.705.53  64bit, by the way windows 10 1909 enterprise. but this time i ma...

Converting Time in Microsoft Form Submission Time

Community

I am trying to create a flow that enters data into an excel sheet.  When the submission time is entered it is in the incorrect time zone.  When I add the convert time zone setting the flo...

Re: Multi Level Condition Approval Error

Community

Thanks @annajhaveri    Seems as thought the expression worked great! However, now my 100k Accounting Approval condition is giving me an error. I have set it up in the same way a...

Re: How do I create an html table from json?

Community

Hi,  i have same issues , m creating same flow as you have created please help me if you have solution.

Re: Calculate sum of multiple numbers

Community

Hi Rob, the error is in your last part of the expression, its only "variables" without "add". for instance I have used this expression without problems. - add(variables( 'Q1' ),add(varia...

Re: Creating new folders inside Modern Document Sets - One or more field types are not installed properly

Community

Thanks for the reply @danbert1973 . No, there are no special characters in the names of the remaining columns of the list content type - I've stripped all columns out except for the standard Title, N...

Re: Missing both List of Response Notifications and List of response notifications response id

Community

Hi newtoautomate,    Simple solution is to turn off the split on in the form setting. Follow the below screenshot and you will get the "list of response notification"    ...

Re: Approvals not showing link to document in sharepoint

Community

Hi @lilivc1605    Could you tell me if the problem still exist now? Because it is maybe a temporary bug.   If the problem still exist, could you tell me whether this error exi...

Re: Converting Time in Microsoft Form Submission Time

Community

Hi @KirstenACS    that way is working for me , but in a loop. i don't know if it doesn't mater about that. but you still can use utcNow() to get the time when a new response.  ...

Get updated record data from a long lasting flow

Community

Hi,   So lets say we trigger on update of an Lead record so in that action we are able to pull information about that Lead record. But the flow is rather complex and can run for at least 30 mi...

Re: Identify if incoming PDF document is scanned or searchable

Community

@Jay-Encodian I got a trial version of it and created a simple flow "When a file is created" using OneDrive for Business connector. I then uploaded a pdf file which has some text in it, not a sc...

Re: Sharepoint notification flow

Community

SharePoint doesn't track changes inside an Excel file.  It only tracks that the file changed and was saved.  To get the changes you would need to retrieve the previous version and do a comp...