
Hello,
Looking for some tips on building a Power App that allows users to capture comments against multiple selected items.
Here is the scenario:
Is this possible within Power Apps? Are there any templates that I could have a look at which has this functionality?
Thanks in advance!
Nurul
Yes it is possible, but a little bit complex,
On first thought, your best shot is Dataverse, or SQL, SharePoint could do but will be way more complex.
Each item that is supposed to be commented against will be created as an entity, so we can track any activity against it.
You need to create relationships from the filter elements to these item entities. Let me know if you want to explore this further.
If you find this interesting, do you mind giving it a thumbs up?