Below you will find pages that utilize the taxonomy term “PowerAutomate”
posts
Group and Concatenate CSV Data Using XML in Power Automate
Table of Contents Introduction Business Scenario CSV Data Structure Step-by-Step Implementation 1. File Upload Trigger 2. Get File Content 3. Parse CSV Data 4. Filter Data 5. Extract Unique Combinations 6. XML Grouping 7. Concatenate Users 8. Create SharePoint Items Complete Flow Overview References Introduction This guide demonstrates how to use Power Automate to group CSV data and concatenate users by Team and Channel using XML processing techniques to save to a SharePoint list.
posts
Bulk Import CSV to SharePoint with Power Automate
Table of Contents Introduction CSV vs Tab-Delimited: Which to Use? Step-by-Step Flow Setup 1. Trigger: File Upload 2. Settings (Parse JSON) 3. Get File Content 4. Parse CSV or Tab-Delimited Data 5. Generate SharePoint Data 6. Batch Processing and Create Items Full Flow Diagram References Introduction Importing large amounts of data from CSV or tab-delimited files to a SharePoint list is a common business need. This guide explains how to build a Power Automate flow for bulk import, highlights key challenges, and provides practical tips for reliable results.
posts
Import Large tab delimited Data to SharePoint with Power Automate without Premium license
Table of Contents Introduction Why Tab-Delimited Files? Step-by-Step Guide 1. Prepare Your Data 2. Import from Excel Table (Alternative) 3. Build the Flow for Tab-Delimited Files Batch Processing with HTTP Request (Alternative) Tips & Troubleshooting Outcome Comparison Conclusion References Introduction Importing large datasets into SharePoint lists can be tricky, especially when dealing with CSV or tab-delimited files. This guide walks you through a reliable Power Automate approach, highlights common pitfalls, and shares practical tips for handling big data without premium connectors.
posts
Power Apps: Get SharePoint Site Owners with Power Automate
Introduction I had to display SharePoint site owners withinin Power Apps for the selected SharePoint site for the end users who to reach out for any questions on the site. It was not possible using the Office365Groups which allows to interact with Ms Graph. I could not use the solution from https://reshmeeauckloo.com/posts/powerapps-list-owners-m365groups/ to help. I had to resort to Power Automate (Flow) with an HTTP request to SharePoint, parse the results, and return the owners to Power Apps to achieve the solution.
posts
Read Rows in Excel Using Power Automate with 'Create Table' Action
Read Rows in Excel Using Power Automate with ‘Create Table’ Action When working with Excel files that need to be imported into a SharePoint list, you may encounter scenarios where the data is not already in table format. This can be challenging, especially if the Excel files are automatically generated by an external system and cannot be manually updated.
This blog post demonstrates how to dynamically convert raw data into a table using the Create Table action in Power Automate and subsequently read rows using the List rows present in a table action.
posts
Power Automate: Save Run Flow URL to SharePoint List Item
Power Automate: Save Run Flow URL to SharePoint List Item When running a Power Automate flow, capturing and saving the flow’s run URL to a SharePoint list item can simplify troubleshooting and auditing. This allows you to easily revisit the flow run details in case of failures or for review purposes. However, note that flow run URLs are only available for 30 days, so older links may no longer work.
posts
Exploring some Limitations of Copilot in Power Automate
Exploring some Limitations of Copilot in Power Automate I was thrilled when Copilot became available in the UK region within Power Automate around mid-November 2023. To understand its functionalities and limitations, I started exploring. Please refer to Understanding the Cloud Flows Designer, which outlines some limitations and described the Flows Designer experience.
Creating New Flows While creating a new flow using the prompt “Start an approval process and update the item in a SharePoint list when a new item is created,” I noticed a functional flow generated.
posts
Converting a HTTP Trigger into a Child Workflow in Power Automate
Converting a HTTP Trigger into a Child Workflow in Power Automate Using a HTTP trigger requires Premium licence and with the Child Workflow in a solution alleviates the need of premium license.
Other advantages using a solution:
Application Lifecycle Management: Facilitates deployment. Child Workflow: Allows for a more modular and manageable flow structure. Easier Ownership Management: Simplifies updates to the flow owner. I recreated the child workflow within the solution selecting the Manually trigger a flow trigger and updated the parent flow to use the flow as child workflow.
posts
Updating Approval Details in SharePoint Library using 'Send HTTP Request to SharePoint' in Power Automate
Updating Approval Details in SharePoint Library using ‘Send HTTP Request to SharePoint’ in Power Automate In Power Automate, there are two methods for updating file properties:
Send HTTP Request to SharePoint Update File Properties While the latter suffices for most cases, I opted for the “Send HTTP Request to SharePoint” in specific scenarios:
To avoid triggering a new file version using system update. When modifying system columns such as author or modified date.