Power Automate Search

Search

Re: Emoji list for MS Flow

Community

I need the same. At least a way to somehow capture trigger of emoticon.

Common Data Service Trigger: Filter based on lookup value

Community

Hi, I am trying to trigger my Cloud Flow whenever a certain field on a linked entity is not null. Is there any way how to achieve that using the CDS (current) connector? The equivalent OData qu...

Re: Upload image to adaptive card

Community

But is there a possibility of uploading image in Flow itself?

Re: Length content error on Get Row - Excel Business

Community

Now is solved   Hi all, specially to @trad who kindly helped me.   The issue has disappeared with no change on my side: The file is the same, with same size.   So it ...

Filter data and display into a gallery

Community

Hi Team, I have SharePoint list which contains columns like single line of text, person and Choice columns(35 choice columns) are there. I want to filter combination of Account name, Project n...

Re: Remove/Delete Completed Tasks in Planner

Community

will this delete about 1000 tasks? I think I tried this but it was not deleting when the tasks are more than 400.

Re: Unable to figure out how i can add a new line inside string variable

Community

Hi @johnjohn123,   Yes, I tested it first before I posted this possible solution 🙂   What kind of SharePoint column are you using, multiple lines of text?   My test...

Re: Bulk email (20,000+) with Delay action

Community

@Poobana  are you getting items from SharePoint list to retrieve the items, if yes, then you can use filter query on the Get Items action to fetch only those items whose Expiration Date is today...

Re: Azure DevOps - Queue a new build

Community

Whats the best way of setting the variable value to complete? Do I need to run a POST to Azure DevOps to determine the build has finished. Ideally I don't want to just add a default wait time out of ...

Re: subtractFromTime not working

Community

Its a very simple fix.  You overlooked that you are writing the formula as JSON so it needs to use 'Day' not "Day".  Change the double quotes to single quotes and it will work.  I miss...

Re: Invalid template error

Community

Thank you, that explains what happened with my flow. My question now is how can I get the date in a different format now. This is what I am getting now 2021-01-20T00:00:00.000Z I would like...

Re: get dial in conference number fo send it in sms

Community

Hi @Sumaira,   It is a audio conferencing feature of Microsoft Teams, which also requires additional licenses.    Just to double check, do you have that feature available ...

Re: Find Substring in a String

Community

Thank you @VictorIvanidze  I did look at the documentation, but if you have never done anything like this before, I does not help! I'll mark you solution as closed, and try and figure o...

Re: Extracting values from an OData response and formatting my current response to be JSON Array?

Community

Hi @RezaDorrani   Thank you for the guidance.   I have managed to get to a point now where I can convert the output into an array, however, when I r etrieve d the value s from "@o...

Re: Date Conversion error - worked fine yesterday?

Community

right you are! thanks! i didn't even think to look for a change to the connector...

Re: Send an email (v2) dynamic email body depending on current day

Community

@nagestiada , Yes, it is possible, but you need to dinamically create your HTML code for email body.   You can use PowerAutomate variables, something similar to:   ...

Re: Populate A Word Template - Please Make Sure The Size Is Less Than 10MB

Community

Converting to a PDF is making it smaller via greater image compression. Word isn't doing that.   I'd be tempted to use something like https://kraken.io/ to reduce the size of the images...

Error Message from Power app using a flow

Community

Hey community,  I keep getting this error " .Run failed: { "code": "InvokerConnectionOverrideFailed", "message": "Failed to parse invoker connections from trigger 'manual' outputs. Exception: ...

Re: Trying to send emails for only rows with data in table

Community

You don't need the condition, you have to options: You can add a filter array step after your list rows present in a table OR You can perform an oData query on your list rows present action to ...

Outlook attachment Json data to Sharepoint list not working

Community

It seems that it should be working, I have set a flow to get the Data from the (Json) attachment and transfer the data to a Sharepoint list, however I keep getting the following error:   ...

Re: Comparing Results From Choice Field On Form

Community

Can you share a screen shot of the flow in edit mode? These are examples, the #5 in the condition is a question on the form.

Combine multiple Sharepoint list into a csv table using flow

Community

Hi.   I have a Master Sharepoint list  ID -: Number Asset ID-: text Owner Name (Person field)   Child list MasterID  Environment (Choice field) RiskRating(choice field) ...

Re: Comparing Results From Choice Field On Form

Community

Hi Jdoss,   That's where I am heading but I don't know what action type to choose to do this.   I have a condition, but whatever I put in the boxes does not seem to work.

Re: Convert True and False to Yes or No in Power Automate

Community

Thank you @VictorIvanidze Also, try your  expression and got the following error. The execution of template action 'Create_CSV_table' failed. The column values could not be evaluated...