Power Automate-sökning

Sök

Re: Compare list attachments to file library to check for duplicate file names

Community

Yes. You want the ID in Get attachment content to be the ID from the Tigger (when an item is created). 

Re: email with options and shared mailbox

Community

Thank you I'll give that a try. 

Re: Add filter from column field

Community

Hi @ThimiosSp,   Sorry, apologies. I now see you are still using the older interface with doesn't have the add rows.    Probably an easier alternative approach is to add a new...

Flow that deletes rows that have no attachments in a SP list

Community

Hey everyone, I have a SharePoint list that has a column of attachments. I want to create a flow that delete ONLY the rows where the attachment column has no attachment (is null). How can I do that?

Error in Condition 'Unable to process template language expression....'

Community

I have a flow that triggers correctly if a specific column is empty / full   However when I the below condition    I get the following error:    Unable to p...

request extend due date planner

Community

Hello, i just wondering, is there any idea how to create a request to extend due date in planner ? something like approval if the task is late and the user want to ask request to extend it ?

Re: Resource not found for the segment - with plural names that have a space

Community

Hello @Stormclou79  Have you tried using _x0020_ as a space replacement ? Quote_x0020_headers/QuoteHeaderId Hope it helps! Ferran

Re: Add filter from column field

Community

Hi @ThimiosSp,   There is still a small error in your configuration. Like I mentioned in step 2 in my previous response, the email notification has to be outside of the apply to each loop...

Re: How to prevent Allday event in Teams Meetings

Community

Hi @ClaireAllen,   I tested it on my side that reproduces a Flow to create a Teams meeting with start date and end date are same, but not find the same issue that shows an all-day event...

Re: Daily email that will send the contents of a specific sharepoint list VIEW

Community

Hello,   Thank you for your quick response. I have followed the steps and have been able to create the flow. However, it appears that the data that is received in the email table corresponds t...

Re: Converting timezones for a HTML table

Community

Anna, my apologies.   I solved the issue for the original column by replacing the %5F with an _   Now I have moved to the next column in the table and it does contain empty records. Is ...

Http request failed with unhandled exception of type 'ArgumentException' and message: 'The path variable 'USERID' in the UriTemplate must be bound to a non-empty string value. Parameter name: parameters'.

Community

Http request failed with unhandled exception of type 'ArgumentException' and message: 'The path variable 'USERID' in the UriTemplate must be bound to a non-empty string value. Parameter name: paramet...

Append to Array Variable with URLs

Community

Hi All,   I am working on flow to take the URLs from this JSON below, and append them in an array variable so that i can use it in another step. but when i try to append them i got an error me...

Re: how to add rows to a newly created excel file?

Community

Hi @Blewis21,   The data in the Row should be a json, {"columnName": "Column value"}: { "ColumnA": "TestA", "ColumnB": "TestB", "ColumnC": "TestC" }     Best Re...

Re: How long does it take for Teams trigger to fire?

Community

hi @cherwan the trigger response is related to the licensing, so if you have per user license could be more faster. 

Way to default To-Do list to a category defined in Outlook

Community

Hi All, I am using To=-Do for my task management. My ask is that since i have multiple tasks under different lists. For example- under CBTS list, 5 sub-tasks are there. Now, i do not want to assign...

Re: Convert Tima Date format to UNIX Timestamp

Community

@joelblogs, thanks so much! This is a nice, clear and helpful solution.

Re: Error datetime string in ISO 8601 format

Community

Can you try putting values manually in "Get a row" action and see if that works?

Re: Error datetime string in ISO 8601 format

Community

Hello @sakula1996,   This seamed like a good solution, but when trying this I can't get any data from Get a Row.  I have setup as this, I get a 400 error message:  ...

Re: Let Flow not fail when file not found

Community

Hi @JingF how are you? Can you please share the entire flow actions and the configuration done for the error handling process?   Also check if the configuration for error handle is ...

Loop through Array of Emails for Approvals

Community

Hello,   Please Help!   I am working on a flow, to send an approval email to an array of emails from Sharepoint list.   I want the email to be sequential, if first person approva...

Re: Sort Array

Community

@testasdfasfsafa Deduplicating arrays can be done in one action using intersection().  An intersection of the array with itself will give you a deduped version.  This may or may not he...

Trigger when a file is shared

Community

Hello everyone. I would like to create a Flow that begins in the moment that a file inside of a Sharepoint library is shared with an external user (out of the company).   Is there a trigger or...

Re: Error when using Kaizala upload media from attachment

Community

Hi @bkilby,   The upload field only supports base64 format code, so you should use Get attachment action to get the Email attachment base64 code, then use it to upload to the Kaizala: ...

Using PAD as Testing Automation tool

Community

Hi All, I am currently evaluating test automation tools for my company. PAD appears a great tool as it works well with both web (our ERP is D365) as well as other legacy platforms we have (AS400, AI...