I've read a few posts here and elsewhere about InfoPath developers asking about using PowerApps as a replacement. I'm going to ask a very basic question, which I hope someone can answer without the usual "submit this as a feature request" line. 🙂 Anyway, I've developed hundreds of InfoPath forms over my career and the way I typically did it was to publish the InfoPath form as a Content Type, create a form library on the site, and add the InfoPath content type to that library. That way, the default when clicking NEW would be the InfoPath form for the user to fill out, and whenever clicking on an existing list item, the InfoPath form would open and any form load rules (such as switching views based on column values, etc) would work to move the user to the correct view for additional input.
I am guessing that the only way I can accomplsh this in PowerApps would be to edit the default list forms. Is that a correct statement? If so, are there any limitations I should know about? Am I able to change to tablet view with unlocked aspect ratio, etc on those forms? These forms will be primarily used on PCs, so I need to make that experience usable and friendly from a user perspective.
Is there any other way to do what I'm asking OUTSIDE of modifying the default list forms? I did see an article where another guy was able to click on a link and pass the list column values to a PowerApp, but for that, I'd have to create a calculated column to generate the link for each list item and I think that may be too many moving parts. But, if that's the best way to do it without sacrificing capability, I can do it.