Търсене на Power Automate

Търсене

Re: Excel Connector - how to CLEAR a cell

Общност

Hi dga,   had the same issue with update a row at excel file Try to use only one ' instead of "". Worked for me.   Best regards Daniel  

On a recurrence update a Sharepoint list from another if certain criteria are met, including a variable that is initialized and composed to capture the specific boxes that are checked

Общност

I have a list that a supervisor will update with the list of their staff members. They are tasked with indicating who will be at the office 3+ days a week and which days of the week they will be on c...

Re: Custom connector - changes to swagger editor security settings not saved

Общност

Hi @NicoD  You will need to use the `Update Connector` button to save changes. I would recommend you to use the CLI tool we have written. This give you a bit more power to control the deve...

Power Automate - Create a Teams Meeting Time Zone issue

Общност

Bug: While creating a teams meeting through power automate flow if you choose "Newfoundland and Labrador Standard Time" as your time zone it fails the workflow and returns as a bad request. &n...

Combine Files Within a Selected Folder

Общност

How would one go about combining PDF files within a selected Sharepoint Document Library folder?   Also, if this was done through initiating an Array Variable, is there a way to control the or...

Re: Replace multiple values using single compose action

Общност

    Hi   I have changed my replace expression to the following   replace(outputs( 'Create_file_3' )?[ 'body/Path' ], '{summary}' , 'IT Purchase' )   ...

Re: Hyperlink in Flow Message renders as plain text if message includes HTML styling

Общност

I checked one of my flows that uses “Post a message v3” and realized it uses double quotes instead of single:   careful not to put spaces around the equal sign

Re: Remove the end of a file name after saving it to SP library

Общност

Thanks for that. I'm nearly there.. The file name isn't a question (i don't think)   The get response looks like this: { "responder": "me@work.co.uk", "submitDate": "1/12/2021 2:46:07 PM"...

Re: Key Value for multiple entries

Общност

If you get the details of the Form when it submitted the Date and Time it was submitted are available.  I would try creating a key like this. concat(outputs('Get_response_details')?['body/resp...

Re: Date with time from email does not get transferred to Sharepoint list

Общност

Hi @Woutje74,   I am glad you have solved your requirement by yourself. If your problem has been solved, You could go ahead and mark the post as solved by clicking “Accept as Sol...

Re: extract email from a sharepoint person list

Общност

hI,  Can u show of ur filter query and how do u extract the email from the person/group list column (in sharepoint)? There is no email column, 

Flow and Azure DevOps

Общност

Hi, I'm trying to get the time spent on a work item. Like, if I activated the user story/task at 15:30 and closed it at 15:44, I would have spent 14 minutes on it. This is what I'm trying to do right...

Re: Multiple Errors with saving

Общност

Hi @v-litu-msft thank you for your reply,   Yes, I am still having issues with the 404 error. I have over 100 connections in the flow and I would really prefer not having to go back ...

How to create a PowerAutomate which will be triggered on created/modifed metadata of a document?

Общност

I would like to create a PowerAutomate which needs to be triggered on created/modified metadata of a document. I dont want the PowerAutomate will be triggered when I modify the content of a Word docu...

Re: Replace multiple values using single compose action

Общност

Hi @viyer    Could you add a compose for the below and check the output. outputs('Create_file_3')?['body/Path']

Re: Unable to add shared calendar to flow

Общност

I had the same issue but after adding the shared calendar to my OWA, it appeared in the ID Calendar drop down menu

Re: What us the differance between "when a file is created or modified (properties only)" action and "when a file is created or modified" action?

Общност

Look closer.  The second trigger is "When a file is created or modified in a folder" so it retrieves files based on the folder they are created in within a site.  There is no input for libr...

Re: Flow UI misleading when working with SharePoint List with more than one people picker fields with multiple values

Общност

Hello, vhughes. Thanks for you reply. I don't need array right there. This is just an example for reproducing the UI bug. In my Flow I need to check emails one-by-one and then I append to array only ...

Re: How do I get a data field from a card contained in a "Apply to each" loop further downstream in the flow outside of the loop

Общност

Hi Anna,   I moved that Update Item 2 card into the loop and now I can see the the "Update item 2" card in the editor.       Does this mean that all subsequent s...

Re: Team Shifts email notification

Общност

Hi @burliad,   Maybe you can add a condition action to filter out your email address?

Re: Custom Trigger Query

Общност

@stupac You can definitely create a custom connector but that would be too much of work. Refer below link to see how to create a custom connector :   https://toddbaginski.com/blog/how-to-...

Re: Approval insights

Общност

@jbm2397 if you are using start and wait for an approval then its not possible as the flow will not execute/move to next action until all approvers have responded.   If you are using a po...

Delay flow until the start of business hours

Общност

I have a simple flow which triggers when an item is created and modified in a SharePoint list. The flow posts a notification in teams personal chat when an item is created or modified. If flow trigge...

Re: Create subfolders without overwriting the previous ones

Общност

Hi @elaaadani ,   Thanks for posting.   According to your description, I tried to create flow to for subfolder creation. However I couldn’t reproduce your issue. Since you did...

How to press cntrl+v so I can paste something in a desktop flow from clipboard

Общност

I copy data to my clipboard and want to paste it into a textbox. I can press and release control but am really struggling to get the combination of cntrl+v