Power Automate Search

Search

Re: Dynamic Selector (variable in selector) in Desktop Automation

Community

Hi   can variables be used in attribute names? this didn't work.....

Re: Automated Bookings Feedback

Community

I also encountered this issue  - And i woudl ideally like it to work direct on any Bookings "calendars", I am still working on it !

How to remove the duplicates from the excel in Power automate

Community

Hi Team,   Can anyone help how to delete the duplicates from excel file in Power Automat ?

Re: Power Automate Action to Extract First Name from Parenthesis in User Display Name

Community

@Hardesh15, why? Do you believe that using the Compose action is better than using the "Set variable"?

UNIQUE FILTER

Community

Hi,   I am building a desktop flow and I cannot get the unique filter to work.   I have a sheet labeled "all ltrs" and i figured out how to create the new sheet, the all ltrs sheet has ...

Re: Icons not displayed in Power Automate

Community

Same for me, I changed language and region and problem still persists.

Re: Flow Get Items returns only 100 entries when "Top Count" box is left blank.

Community

I think the issue at least as it is today is the pagination, not the "top x", pagination is under advanced settings.

Re: Sending PDF file converted to base64 to an Endpoint via HTTP POST request

Community

I know it is quite late for me to answer this but I have the exact problem encountered for my interview exam, just replaced  file.Base64Data = "base64-data=" + pdfBase64; to file.Base64Data =...

set drop down list value on web page keep getting error.

Community

Hi All,   I'm trying to set a value on a company webpage using the action Set-drop-down list value on web page action,but whatever I do it  can't be set.  (name nor index ) tried val...

Re: sending an email to multiple people within the "people picker" field

Community

Hi Charlie, thanks so much for your help.   My people field is set up to  allow for multiple selection of people (photo attached).         I am still runn...

Problem with power automate flow of moving SharePoint pages to another library

Community

Hi everyone,   I'm trying to make a flow to move certain site pages to a different site when triggered. However, it always fails when moving the pages to the other location. I can however copy...

Whats "column name" Value and "column name" claims

Community

Hello im building a small flow which will copy list items to another list. While im building, some values are directly picked by flow but some column I see additional "value" and " claims". Whats...

Re: Urgent Help Needed - Delete a Row function suddenly failing

Community

I have tried "Get a Row" and "Add Row" and "List Rows" as i also thought that might be the issue but they are all failing, it was originally the "Get a Row" dynamic ID

Re: Urgent help needed - "Delete a Row" suddenly failing

Community

Hello, @DanielleCL1    According for what I'm seeing in your cloud flow and for what you're saying, I don't think you have nothing wrong there.   Normally, this kind of issues...

Re: Urgent help needed - "Delete a Row" suddenly failing

Community

Yes i can verify all of the above and still it is failing, nothing has changed and it has been working fine for 3 weeks

Re: EXCEL remove duplicate

Community

Hi @MarconettiMarco ,   I tried this before, but the fx  union(body( 'ARRAYMAP' ),body( 'ARRAYMAP' )), is not sorting.   Thx,

The sender is not a member of the chat

Community

Hi,   I have set up a very simple flow to send messages to Teams group chat as a Flow Bot.    When I change my password, which is compulsory for me every three months, this flow fa...

Re: sending an email to multiple people within the "people picker" field

Community

Hi @Courtney_Sully ,   Is your Person column set up like this? You could try to use the union() function to remove duplicates from the array.   I have...

What is the maximum file size of Adobe action "upload a document and get a document ID" ?

Community

Dear Community,   I tried get file from sharepoint and use it in this action and got error { "code": "LARGE_FILE_SIZE", "message": "File size too large" } I would like to...

Urgent help needed - "Delete a Row" suddenly failing

Community

Hi, i have a flow that has been working absolutely fine for 3 weeks until this morning, now its failing every time on "Delete a Row". Nothing has changed so no idea why this is now failing, please ca...

Re: Sync calenders of users in AD Group to one Shared Calender

Community

It's a good point ... there should be a service worker Flow account at the company as a matter of course, because the licencing woes are real these days.   It shouldn't be too hard to sort t...

Use Google Spreadsheet with Google Drive folder to send multiple attachments to user

Community

I want to build a flow that is looking at a spreadsheet (Google Sheets) and a Google Drive Folder.  In my spreadsheet, I have 2 columns named "ReportName" and "Email".  In my Google Drive F...

Re: Save Email Attachment Based on Received Date/Time Field in Outlook

Community

Hello,   Still looking for a solution. Thanks

Re: Get rows from several Sharepoint lists to gather them into one list

Community

Thanks for your response, you've partly solved my problem.   Here is what remains:   What if I want that when I modify an item in list A, it modifies the list AB?   Thanks again ...