In InfoPath, the data fields are created within the form and the form can be saved to a SP document library. The user can then click on the form and depending on how the Infopath form is save (Web or Filler) the form opens with all the data present. It can even be printed out if needed.
Can a power app do the same?
I have experimented with doing such but run into the problem of where the data fields should be. It seems that power app wants an external data source.
Power apps allow you to put a dropdown input field onto a screen and i can tie it to an Excel datasource to pull data into the dropdown control. But I cannot submit the saved form (that contains controls on it) to a SP document library.
Am i missing something? Thank you