About 8,580,000 results
Open links in new tab
  1. Running Python scripts in Microsoft Power Automate Cloud

    Jan 3, 2024 · I use Power Automate to collect responses from a Form and send emails based on the responses. The main objective is to automate decision-making using Python to approve or reject the …

  2. Extract Value from Array in Power Automate - Stack Overflow

    Nov 3, 2024 · Extract Value from Array in Power Automate Asked 1 year ago Modified 7 months ago Viewed 6k times

  3. How to use Power Automate flows to manage user access to …

    Jan 26, 2024 · Send an HTTP request to SharePoint action in Power automate flows works with SharePoint REST APIs. Follow below Microsoft official documentations for SharePoint REST API …

  4. power automate - Why doesn't the "Get file content" action get the file ...

    Jun 27, 2025 · 0 Creating a flow in Power Automate: New Step Choose the OneDrive "Get file content" action File = /Documents/Folder/File.json Infer Content Type = Yes New Step Choose the Data …

  5. How to Read CSV file using Power Automate? - Stack Overflow

    Dec 12, 2022 · You can retrieve the contents of the CSV file using the Get file content action in Power Automate/Microsoft Flow, and then using the Parse CSV action to transform the file contents into a …

  6. powerbi - Can a Power BI dataset query be used as a data source in a ...

    Oct 23, 2023 · In Power Automate, within the Power BI connector, you'll find the "Run a query against a dataset" action. Take note: this can only return one table at a time with max of 1,000 rows.

  7. Multiple conditions with contains in power automate desktop

    Nov 9, 2021 · I want to evaluate multiple conditions in one If statement in Power Automate Desktop. I have been able to do it with the basic operators (=, >, <, <>, etc.) and using IsEmpty.

  8. Power BI, IF statement with multiple OR and AND statements

    Aug 22, 2019 · Power BI, IF statement with multiple OR and AND statements Asked 6 years, 3 months ago Modified 6 years, 3 months ago Viewed 92k times

  9. power automate - How do we insert an array with multiple values into …

    Aug 11, 2023 · We have sharepoint list with a column having a choice type. It also allows multiple selections. How do we insert from Power Automate an array, with multiple values, into this …

  10. How to extract Month and Year from column in PowerBI powerquery

    Jun 1, 2020 · In Power Query, use some of the date functions. To get the year it will be Date.Year([monthyear]) For the month, it will depend on how you want to format it. Using the month …