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
Declarative Agents: Azure OpenAI API Key Auth with TypeSpec
Table of Contents Introduction Use Cases Step-by-Step: Create Agent with TypeSpec Limitations & Gotchas Troubleshooting Build Errors main.tsp Solution for OpenAI Action.tsp Example Output: Generated Files Testing Tips for Success Declarative Agent - Volunteering App: MS Graph Auth Challenge Conclusion References Introduction Building declarative agents using the M365 Agents Toolkit and TypeSpec streamlines the process of generating JSON and YAML specifications. This is a great improvement to manually updating and generating JSON and YAML yourself which is not the best experience.
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.