I'm looking for input on the best approach to converting a SharePoint list form to a PowerApp. The list currently has the following field type:
- 15 text fields
- 5 choice fields
- 5 multi-select choice fields
- 3 multi-line text fields (not rich text)
There are 20,000+ items in the list, with 1k+ new items added every month.
When creating the PowerApp, should each choice field be converted to a new list? I'm wanting to make the fields as dynamic as possible and avoid hard coded values.
I'm not opposed to moving all of the list items to a CDS entity if it helps.