Hey community,
I am just starting with developing within the Power Platform ecosphere and I would have a question regarding the most recommended solution to my problem.
Short problem description:
Users shall input data that looks like this
Column-0 | Column-1 | Column-2 |
A | 1 | Hello there |
A | 1 | World |
A | 2 | Hello |
Summarizing:
There should be ONE field for entering Column-0 data because this is the same for each input.
A tabular input for Column-1 and Column-2
Additionally, each input via this form should allow to upload documents (one or more documents which are the same for all rows).
So 1 field for Column-0, 1 button for file upload and arbitrary rows for the remaining information.
Currently, the ideal solution for me would look something like this:
What would be the "best" solution to achieve this?
A dataverse table, but how to modify the model driven app as such so that Column-0 does not need to be filled in every row (same as document upload)
A sharepoint list that is somehow linked to a canvas app? But how to account for the "multiple rows can have the same document attached"
Thank you very much for any feedback!