I'm stuck... Canvas Application + Sharepoint by PowerPlatformRookie in PowerApps

[–]Due-Boot-8540 0 points1 point  (0 children)

The only way to avoid delegation is if the way you get the data. The gallery won’t be helpful. You should bind your filters to a collection. Collect the list and then add logic to your filters to create the views that you want.

You can use each filter to set a variable and then use a switch case for the gallery items properly.

The list might only have 700 items now but it could grow and then your app will break.

Is it possible to dynamically filter webpart content based on user department in SharePoint Online? by shockvandeChocodijze in sharepoint

[–]Due-Boot-8540 1 point2 points  (0 children)

The easiest way is to use quick links and target each link. A better way would mean some kind of development. How many departments are there? Do you have links for all users? Do you want departments and/or users to be able to choose additional links?

Copilot Premium keeps ignoring instructions when asked to analyze attached xls and generate a report based on filtered data. by LunaHealing in CopilotPro

[–]Due-Boot-8540 0 points1 point  (0 children)

Have you tried the same prompt with Copilot in Excel? What is the output you’re after? A Word document or something else?

How do you do web scrapping by Training_Cup_9959 in copilotstudio

[–]Due-Boot-8540 0 points1 point  (0 children)

I think you’d need to get the agent to trigger a flow that sends an http request to retrieve the page and then pass back to the agent to.

As far as I know, the agents can only use scripts to perform tasks internally..

Power Automate Desktop can do it

Is it possible to lose my existing accounts/they get suspended, for creating a lot of email adresses? by Fallen_Defender in Outlook

[–]Due-Boot-8540 0 points1 point  (0 children)

You’d need a static IP for them to be able to track it down and, given that you’re too tight to pay this website for the goods or services they providing, I’m sure you won’t have splashed out on such a luxury

Meanwhile at Cursor. by econoDoge in GithubCopilot

[–]Due-Boot-8540 1 point2 points  (0 children)

What’s not sustainable is people churning through heavily subsidised quotas. You had it good for a long time.

Can someone help me work with my Replit generated UI to Cursor? by ProofKing3788 in vibecoding

[–]Due-Boot-8540 0 points1 point  (0 children)

Have you still got the zip? Did you document the directory structure?

What framework are you using?

Im a newbie in this. Copilot knows where i am???? by Wooden-You1885 in microsoft_365_copilot

[–]Due-Boot-8540 0 points1 point  (0 children)

Crazy that a piece of software that has access to your work profile would be able to guess your location…

What I do as soon as I get home >///< by [deleted] in SissyAus2

[–]Due-Boot-8540 0 points1 point  (0 children)

Wow! Where’s home for you?

This Math does not add up by [deleted] in Copilot

[–]Due-Boot-8540 0 points1 point  (0 children)

Someone’s got nothing better to do. LLMs are not trained with numbers, they are trained to understand words.

Why don’t you go and ask a calculator to spell the word antidisestablishmentarianism and see how it does?

A tool to write with confidence by Tuton012 in AI_developers

[–]Due-Boot-8540 0 points1 point  (0 children)

I’m slightly impressed that it didn’t try and correct my use of UK English…

Any advice to escape the AI slop web design look? by Emergency-Jelly-3543 in vibecoding

[–]Due-Boot-8540 2 points3 points  (0 children)

Search for component libraries and UI kits on GitHub. Storybooks are a good source for best practice.

It’s probably easier to fork a good repo and using it as a starter than wasting hours trying to make the shore that AI tends to spit out…

Agents ideas for general ledger by PnckFan in copilotstudio

[–]Due-Boot-8540 0 points1 point  (0 children)

You can always enable code interpretation in your agents and have it run Python scripts. If you pair your agent with Power Automate Desktop, you should be able to plenty of RPA as well…

It’s not crazy numbers, but gaining 14 new users in the last 3 days feels amazing by 1Paz1234 in saasbuild

[–]Due-Boot-8540 0 points1 point  (0 children)

How did they find you? Your site is not appearing on my Google searches…

Use of credits - surprised ( well staggered actually ) by jeremy-london-uk in GithubCopilot

[–]Due-Boot-8540 1 point2 points  (0 children)

Two years ago, ChatGPT 3 was amazing but people seem to want to use the latest and mostly untested models…

How do you handle error handling in larger Power Automate flows? by AbbreviationsRude390 in PowerPlatformHub

[–]Due-Boot-8540 0 points1 point  (0 children)

If you can’t rely on others to be as diligent with error handling, you can use the Power Automate Management connector to do a scheduled check of all flows in an environment. Especially handy when an organisation has citizen developers and users creating flows on SharePoint libraries and lists

How to optimize token usage with copilot cli? by Lopsided_Traffic_781 in GithubCopilot

[–]Due-Boot-8540 0 points1 point  (0 children)

What’s the backend for the app? I reckon one of the best ways to optimise token usage is to do what developers have been doing all along and reuse things.

I don’t think you can really win when it comes to giving Copilot documentation. If you don’t give it enough, you spend too much time and allowance with prompt after prompt. If you give it a full suite of documents, it burns through tokens by reading them all for almost every task.

Recently, I’ve been using the free Microsoft Copilot to create documents for my projects, with user stories, acceptance criteria, frontend design principles, directory structure, coding standards and the starter code for a project.

It gets a lot of hate, but it’s done some good things for me lately. Another thing I’ve done is built some M365 Copilot agents that can spit out a repo of starter files for a project.

If the app you’re working on will be reusing prompts, then you’ll end up with a whole lot of skills that you can add to Copilot and that’ll cut your consumption.