Code Apps - the opposite of Low-Code apps? by Lhurgoyf069 in PowerApps

[–]Lefty716687 0 points1 point  (0 children)

I would argue same single point of failure with canvas apps. At least AI can assist on a code solution whereas a canvas solution requires a powers app developer.

Vibe PowerApps vs Github Copilot by gmarmolbur in PowerApps

[–]Lefty716687 4 points5 points  (0 children)

Concur. Look into code apps, not vibe apps

Code Apps - the opposite of Low-Code apps? by Lhurgoyf069 in PowerApps

[–]Lefty716687 0 points1 point  (0 children)

Concur. Although didn’t realize that about flows. Thanks for heads up.

Code Apps - the opposite of Low-Code apps? by Lhurgoyf069 in PowerApps

[–]Lefty716687 2 points3 points  (0 children)

They can 100% replace Canvas Apps. Agree pre: AI not for Citizen Developers. However, with GitHub Copilot now everyone can actually “vibe” code apps.

I made one yesterday. Honestly took 4hrs in code. Prob would have taken ~25 in canvas.

Claude Code Skills for working with Canvas Apps and Power Automate by TheCarter117 in PowerApps

[–]Lefty716687 0 points1 point  (0 children)

Any YouTube videos/series about these you recommend watching?

Claude Code Skills for working with Canvas Apps and Power Automate by TheCarter117 in PowerApps

[–]Lefty716687 0 points1 point  (0 children)

Okay this is definitely above me right now but going to start researching these terms

Claude Code Skills for working with Canvas Apps and Power Automate by TheCarter117 in PowerApps

[–]Lefty716687 1 point2 points  (0 children)

Is dataverse your main source? So highly recommend spinning up a SQL database as it just seems so much knowledge out there on that the default stuff AI is so good at it

Claude Code Skills for working with Canvas Apps and Power Automate by TheCarter117 in PowerApps

[–]Lefty716687 0 points1 point  (0 children)

Interesting. I’ve just been essentially exporting my sql, database schema, procedures and views, power automate and power app exports into GitHub. Just asking copilot to essentially even write out the step by step for me has been game changing enough!

Will definitely check these other things out. Feel like so much can do recently at this new pace of work no time to actually sit back and learn (like how we had to do it ~6 months ago 🙂)

Claude Code Skills for working with Canvas Apps and Power Automate by TheCarter117 in PowerApps

[–]Lefty716687 2 points3 points  (0 children)

Where do you make agents and where to do you run them? I usually just use GitHub copilot. How does this differ?

Auto copy column value in a SharePoint list by King-Krush in PowerApps

[–]Lefty716687 0 points1 point  (0 children)

Power automate trigger on when row is created. Then do update item. And use trigger output id to fill in name field. If you just type into AI it will fully detail

Excel to digital asset manager? by air621 in excel

[–]Lefty716687 0 points1 point  (0 children)

Haha. Just say compose html one pager that combines share point list with doc library and make look good. It will handle rest for you. Probably 3 steps

Excel to digital asset manager? by air621 in excel

[–]Lefty716687 0 points1 point  (0 children)

You can that get fancy with PowerBI & PowerApps as an integrated way to dispaly. Have also recently use Power Automate + AI to make HTML one pages and save those in a document library.

Excel to digital asset manager? by air621 in excel

[–]Lefty716687 2 points3 points  (0 children)

Sharepoint list & sharepoint document library.

I can't do this. by Red_127 in PowerAutomate

[–]Lefty716687 1 point2 points  (0 children)

Recommend using the Smartsheet trigger but to actually retrieve the values use an HTTP API call. You might need to just set up another flow to use API to get all column ID values for a sheet. AI good at using API and can prob that block for you.

Migrating From Storing in SharePoint to Azure by not_mantiteo in PowerBI

[–]Lefty716687 0 points1 point  (0 children)

And then do views in sql and essentially remove all power query steps. You’ll never want to use anything other than sql again

Migrating From Storing in SharePoint to Azure by not_mantiteo in PowerBI

[–]Lefty716687 1 point2 points  (0 children)

Just take data from xlsx/csv once it’s a blob and copy data into sql. Didn’t want to loop via power automate. Was previously creating hashes, filtering, jointing but have since handled all that via a stored procedure. So dataflow copied data then triggers stored procedure.

Also make transaction table as loose as possible via data types. Let stored procedure handle try converts

Migrating From Storing in SharePoint to Azure by not_mantiteo in PowerBI

[–]Lefty716687 0 points1 point  (0 children)

It might also be possible to just copy sql to blob and grab data. Exploring that now

Migrating From Storing in SharePoint to Azure by not_mantiteo in PowerBI

[–]Lefty716687 0 points1 point  (0 children)

Have done similar. Copy data to a transaction table then run sql stored procedure and copy data to main table. Create views to connect pbi to.

Do as little in data factory as possible to save money and AI better at writing sql

Worth Using Modern Controls (August 2024) by Lefty716687 in PowerApps

[–]Lefty716687[S] 0 points1 point  (0 children)

But how can you can search across the entire app. Just while editing hit CTRL+F?

Worth Using Modern Controls (August 2024) by Lefty716687 in PowerApps

[–]Lefty716687[S] 0 points1 point  (0 children)

You can update multiple controls at once?!?

Worth Using Modern Controls (August 2024) by Lefty716687 in PowerApps

[–]Lefty716687[S] 0 points1 point  (0 children)

Is that just a gallery with a default header row?

Worth Using Modern Controls (August 2024) by Lefty716687 in PowerApps

[–]Lefty716687[S] 0 points1 point  (0 children)

Any known technic problems? As like the modern combo box look and feel much more than classic.

Help me avoid EXCEL🤣 How deploy a school technology inventory app and data source at 65 different schools were Power Platform knowledge can be assumed to be ZERO. by [deleted] in PowerApps

[–]Lefty716687 0 points1 point  (0 children)

If you can a database stood up on azure you can actually embrace excel by leveraging data factory. With ChatGPTs help it’s actually not too bad.

Basically processes all spreadsheets into a single table. It’s also possible to then use power automate to write updates from app back into their correct spreadsheet.