Power Automate Search

Search

Re: Get file content not working

Community

Hi @PMac    The function you use has no problem. Just add an condition as below: empty(outputs('compose')?['r1dc7ffc56c1648f39f01ba4e0299a7bd'])   The other steps afte...

Child item isn't deleted when parent list deleted

Community

Hi team, I want to update items in child list when items in parents updated. When I updated in parent list, the child list gets updated. But when I delete in Parents, the item in child list is still...

Trigger Condition for Choice field not working

Community

Hello all,   I am hoping someone can help me. I have set up a flow based on whether a choice field is changed or not but I am getting an error message. Here is the scenario:   We have s...

Re: change in the way power automate reads excel dates

Community

I'm currently working on a blog post to explain the change and provide some workarounds.  What are you trying to do with the Construction Start field?  You don't need to use the base date o...

Re: Junk email filtering

Community

This is my other one

What Changed Exactly, from - to, by whom?

Community

Hello All,   I've tried a search engine with the right combination of keywords for the last 2 hours along with toying on my own.  I'm surprised no one has asked or documented this before,...

Re: SharePoint Create File action error

Community

@Deven please share entire screenshot, why are you passing in create file action ? Does it fail with any specific file type or all file types ? 

Re: Flow and importing excel table data

Community

Try to build a separate UI automation (e.g. in UiPath) and have the robot updating the flow each time before starting the run.  This worked for me. Steps: 1 ) Open flow in browser 2 ) Go to...

Dynamic content dialog covers work I'm trying to do

Community

The dynamic content dialog pops up and covers the work I'm trying to do, like adding a link to a message. Clicking on that control makes the "add link" dialog cancel out, and since it's occluding the...

Re: Get file content not working

Community

Here are screenshots of this part of the flow for full reference.  The first part gets the data, has some initialise and setup variables to concatenate multiple responses, and creates a item in ...

Re: Problems with creating Customer Voice Surveys with Power Automate

Community

@ManishJain I understand. That is why I mentioned I should have said reports instead of metrics.  🙂   Also, Megan Walker's website has been a great resource. I highly recommen...

Infinite Error issue with SP item update

Community

Hi.... i believe im close but i need to accomplish updating a Date field with today's day pending the change of another field.  But im getting a Infinite Warning error......  im not sure if...

Re: apply to each after approval

Community

You used to do that with a field called Response.  Over a year ago that connector was updated so that there was a Responses collection that contained one or more Response objects.  Even if ...

Re: Conditions giving the opposite response. Highly illogical Captain.

Community

Actually, I have changed this part of the flow to an approval which works. Thanks anyway.

Re: Approval Email HTML Instead of Markdown

Community

Markdown formatting is too fragile and inconsistent between devices and platform. Please support HTML in the approval connection.  My client and I probably wasted a good chunk of our time try...

Re: Create CSV table with custom columns from Filter Array Output

Community

Use the run history to copy the output of your filter. Edit your flow and then add a parse json step after your filter and use the output you copied as the sample to generate a schema. Then you will ...

Re: Create CSV table with custom columns from Filter Array Output

Community

A couple things that will help. 1) In the Get items you can use a SharePoint View to limit the number of columns that are returned.  (this will include the system columns and any columns speci...

Flow Help for taking multiple email in X amount of time and merging them into 1.

Community

Good afternoon everyone,   I'm thinking about a scenario that would save alot of time into our company. Once a server goes down, we get tons of alerts, resulting into many billet opened... . ...

Create CSV table with custom columns from Filter Array Output

Community

Goal: Export items from Sharepoint list, filter records, convert to csv with custom columns, and save to Sharepoint folder.   Flow: Get Items - Sharepoint List Filter Array - Filter calcula...

Re: Issue with formula calculating hours since reported

Community

@fchopo See error below.   Unable to process template language expressions in action 'Compose_-_calculate_difference_in_hours' inputs at line '1' and column '19147': 'The template languag...

Re: Empty field keeps failing to update

Community

Hi @yjamous,   OK, please share an instance of how you configure it, no matter it is a long text field or numeric, it should work. Or how about you use the length() function to check ...

Re: How to move Flows from personal gmail account to business account

Community

Hey @Sarika1993    With reference to the "power automate premium account required error" you might be hitting the following scenario   Scenario 1- I think t he problem is that...

Re: Populate Word Template and Format Bulleted List

Community

Sorry, but that's not real clear to me.  I've tried adding a rich text control to the document, but the field does not show up as an available option to fill in the Populate Word Template action...

Re: send email if column has not been changed for X days

Community

Hi @lukaszp89    First, if you want the flow to recognize the change for a specific column, you need to go to SharePoint list site, list settings> versioning settings> enable ‘...

Re: How to access O365 Audit log search activity in Power Automate?

Community

Hi @dave8,   This would be possible with the following three high-level steps: 1. Register an App in Azure AD, which has app permissions for the Office 365 Management API 2. Start an su...