Búsqueda en Power Automate

Buscar

Re: Updating Stock Information in Excel Online

Comunidad

Hi,   It does not matter where the NOW() formula goes. Still the Refresh is not affecting the stock data information.

Re: different action depending on dropdown text

Comunidad

Hi @UCdr ,   In flow add a switch action based on your dropdown value and create cases for your dropdown values. In each case you can execute your actions.   -------------...

Re: Trying to use several condition in the "Get items" filter query

Comunidad

Hello again @Pstork1 ,   For some reason I cant get this to work. I tried you latest code provided and I get no error when I run the flow, but the output is for some reason empty (no...

Re: Is there a way to get an attendance list from a Teams meeting organized a shared mailbox using power automate

Comunidad

I don't see any connector or action which will help you get attendance list but you can get delegate access to your shared mailbox and then try downloading the report you want.   Check this ou...

Re: Move File Error

Comunidad

Hi @ClaireAllen,   It is caused by the destination library is lack of "DocumentCategory" field which type is Choice. When we move files from a library to another library, t hese field n...

Re: Convert CSV to Excel Power Automated

Comunidad

@rpskt  As of now there is no free way to convert CSV into Excel in MS Flow. But someone suggested in this thread- https://powerusers.microsoft.com/t5/Building-Flows/Help-with-convert-excel-ba...

Re: SharePoint List: Save date to a field when another filed of the item is set to a specific value.

Comunidad

If you use REST API, as long as you already have value in that field, the flow won't break. It should work.   If you use UpdateItem action, you will have to open flow and provide mapping again...

Re: How to use FOR EACH in a CSV Table

Comunidad

Hi @iwend,   I think you should create 10 condition actions to create the  replicated file if the PN column has value, steps as below: 1. Get files, and create an Apply to...

Re: Hidden TypeForm Fields Not Showing

Comunidad

That is strange, since you use the specific Response Submission ID in the http call, right? You might want to check and re-check since there are quite a number of dynamic values that bear some resemb...

Re: Created Date

Comunidad

Sure, here is what the flow looks like and the error I'm getting -         formatDateTime(body( 'Get_items' )?[ 'value' ], 'yyyy-MM-dd HH:mm' )

Re: How to update a sharepointlist item when a secondary sharepoint list item is changed

Comunidad

You can write a Flow using the Update trigger on the value list and then use GetItem and filter query to filter the ite from ProjectList where Project matches the value from the trigger. Finally, use...

Nintex workflows to Power Automate automatically

Comunidad

Hello Sirs, Is there an existing tool on the market that is "converting" existing Nintex-workflows that are running on SP on-prem to Power Automate(SP Online) automatically without any need to rec...

Re: Trigger formula is not working

Comunidad

@Expiscornovus my mistake , sorry !!! I forget to put @ before or  😁     It is working with your formula . Thank you very much !!!!  🤗

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

Comunidad

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

Comunidad

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

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

Comunidad

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

Comunidad

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

Comunidad

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

Re: Unable to add shared calendar to flow

Comunidad

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

Re: Custom Trigger Query

Comunidad

@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

Comunidad

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

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

Comunidad

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: Excel Connector - how to CLEAR a cell

Comunidad

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  

Combine Files Within a Selected Folder

Comunidad

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

Power Automate - Create a Teams Meeting Time Zone issue

Comunidad

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