Power Automate-sökning

Sök

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

Community

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 

Re: Create subfolders without overwriting the previous ones

Community

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...

Power Automate Substring weird behavior

Community

Hy guys, hope you're doing fine    For my first topic I have this "substring" error:    The execution of template action 'Select' failed: The evaluation of 'query' action 'whe...

Re: Using compose to replace multiple strings

Community

Hi @viyer    Could you please create a new thread for this?   Thanks

Re: Using compose to replace multiple strings

Community

Hi,   I am trying to achieve the same but unable to implement. Following is my html template where i have multiple strings and need to replace the {values} with SharePoint list items using sin...

Re: Excel delete entire table issues

Community

Hi @dnlstffrd    Could you check the following of Apply to Each settings?  

Re: PowerAutomate get throttled but I dont now why?

Community

@KLD Set variable also counts. Every action in flow counts irrespective of it querying a data source.    

Re: Filter Excel Online table by the use of Flow automation

Community

As you see it does not provide me with any response when I am carrying out the action. Could something not be linked to excel online or anything?          

Re: Is power automate free for office365 family subscription

Community

Thanks for your reply However I see that the powerautomate app in list of all apps and I have not got any notification via email or my account page that power-automate is activated and the quota for...

Re: Sharing Desktop Automation Flows option missing.

Community

Hi GirishKardam,   I got the same issue. As the new article posted on December 9, 2020. This feature is not globally available so we have to wait for now.  And to answer your question 2,...

Re: Adding image from url onto excel

Community

Hi,    I encountered the same problem. did you find the solution?

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

Community

SendKey Ctrl V I think Send Keys is the best way if you want to paste something into a field.    {Control}({V}) //Mike  

Power Automate - Create a Teams Meeting Time Zone issue

Community

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

Community

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...

Flow and Azure DevOps

Community

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: Hyperlink in Flow Message renders as plain text if message includes HTML styling

Community

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

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

Community

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

Community

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

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

Community

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: Unable to add shared calendar to flow

Community

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

Re: Replace multiple values using single compose action

Community

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

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

Community

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: Multiple Errors with saving

Community

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 ...

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?

Community

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...

Notify when an Event is Live

Community

Hi! I got an idea.   Flow should notify: when a live stream/event is on-going at Microsoft Teams. - All channels in Teams should be monitored and Flow should be triggered when an event is sta...