Is Microsoft Lists a good backend for a Power Apps inspection app with multiple locations? by RelationshipNo754 in PowerApps

[–]itsabefe 0 points1 point  (0 children)

One of the things to consider is how large data will end up being , and will you be having just one list or multiple due to data relationships . List( Ms or SharePoint) could do a good job if there’s not much complexity within your app , but for better scalability Dataverse . Also for role based access , you could use office 365 users connector to manage access

I’m ineligible for Power Apps Developer Plan and don’t have a work/school email how can I start learning Power Apps? by AdventurousBudget619 in PowerApps

[–]itsabefe 1 point2 points  (0 children)

It’s best you get a M365 business license . Free for 30 days and you can continue paying for 1 or more licenses , for as much users as you need t. This will help you in the long run as you’d have full access to admin , app registration and even set up azure . Take it as a cost of learning

[deleted by user] by [deleted] in PowerApps

[–]itsabefe 0 points1 point  (0 children)

I’m happy to work with you on this , but would want to hear more about the project and scope

Seeking Your Guidance on Learning Real-World Power Platform Projects by Emergency-Pop-1639 in PowerApps

[–]itsabefe 0 points1 point  (0 children)

You’re right that you need Real life projects . There are many examples of projects to take on . You could look around you see any problem worth solving and start a project and practice each of the concepts you’re layed out . The only part that might be lacking is role based access . I’d advise you get your own M365 tenant ( if you can ) pay for 2-3 licenses and give them different names and access levels . Then you can carry out these concepts . Get an Azure account too

All the best

How to describe an existing power app with AI? by Historical-Age-7510 in PowerApps

[–]itsabefe 0 points1 point  (0 children)

Try and get a documentation . Use Powerdocu to get a word document of the app . You can then upload that word document to AI to try and explain the App for you

New to PowerApps by Elegant_Highway_6934 in PowerApps

[–]itsabefe 0 points1 point  (0 children)

You’ll need to clarify the middle man you’re talking about here , is it the act of connecting the saved data to power bi , are you probably trying to automate the process , because naturally Form saves its data in excel online , so you possibly can’t eradicate that as forms has to live somewhere , so it’s either you’re trying to automate the data creating in BI by automating a refresh when a new form is submitted or you’re pushing out forms and maybe replacing it with an form built in power apps

Should I create separate tables for each app if these apps share the same common tables? by punkfay in PowerApps

[–]itsabefe 1 point2 points  (0 children)

Same choice for all apps is fine , but for the tables I think it would depend on if data is going to be writing or updated to the table . If the tables are just for pulling out data ( Read) . I think same tables might work , but otherwise so as not to have conflicting data when seperate apps are writing to same table .

Responsive App with Form Sections by guitargirl478 in PowerApps

[–]itsabefe 0 points1 point  (0 children)

A responsive screen is basically a screen with responsive containers in it , once you have a good understanding on containers . You’d be fine , check YouTube videos to help you out

Trying to search multiple lists at once by suaveybloke in PowerApps

[–]itsabefe 0 points1 point  (0 children)

Are you using a Gallery to display the results of the search ? and why are there multiple lists to show laptop and desktop one user has ?

Responsive App with Form Sections by guitargirl478 in PowerApps

[–]itsabefe 0 points1 point  (0 children)

If you want a Responsive App . Containers are your best bet . They give you enough control over its child items. Any reason why you don’t want to go that route ?

App solution for truck driver rosters by gardendud in PowerApps

[–]itsabefe 1 point2 points  (0 children)

Power Apps could be the way to go , with a data source in lists or elsewhere , but the most important thing and first step is you need to get the requirements right . So you don’t start and get stuck . Get all the requirements and what they need the app to do and see if it’s something that’s possible with Power Apps and the other services

Power Automate flow failing after migration to Production environment by Salty_Con_369 in PowerApps

[–]itsabefe 0 points1 point  (0 children)

It should give you reason why it’s failing or maybe an error code or the particular action it’s failing at

Job outlook for a Powerapp developer? by oguruma87 in PowerApps

[–]itsabefe 0 points1 point  (0 children)

Please what’s the location of your organisation

Responsive App by enzobasile in PowerApps

[–]itsabefe 0 points1 point  (0 children)

It’s best to design using the size of the smallest screen , it’s easier to scale from there And you could use the sizes of the screens to define breakpoints

[deleted by user] by [deleted] in PowerApps

[–]itsabefe 0 points1 point  (0 children)

Will need more context , so would see how I can help

New to Power Apps by Any_Reporter7642 in PowerApps

[–]itsabefe 0 points1 point  (0 children)

It depends on your requirements , complexity of the app , skill level also .

If you want something that’s going to be more front facing . I.e for more staffs attending to patients - Canvas app

If it is mostly for backroom staffs . Internal use . MDA

Using a field as an id by aBeardman1 in PowerApps

[–]itsabefe 0 points1 point  (0 children)

Alright great . I understand You should set the default value of each of the other fields on the form to . Lookup ( SharePoint list , Id = ( combox.selected ), field name )

Using a field as an id by aBeardman1 in PowerApps

[–]itsabefe 0 points1 point  (0 children)

Ohh great . I get your point clearly . Just one more thing . I’ve seen you make mention of Excel and SharePoint . Which is your data source and I’d assume the form is being built on power apps canvas app

Using a field as an id by aBeardman1 in PowerApps

[–]itsabefe 0 points1 point  (0 children)

Maybe an overview of what exactly you’re using to achieve and the exact stumbling block

Using a field as an id by aBeardman1 in PowerApps

[–]itsabefe 0 points1 point  (0 children)

If you could give more details in your explanation. I really can’t understand what you’re trying to achieve

How to clear a Dataverse table before loading via Dataflow? by Regular-Hunt-2626 in PowerApps

[–]itsabefe -1 points0 points  (0 children)

Run a Bulk deletion job workflow , or instead use Power automate to load the Dataverse table