Forum Discussion
marko198
Apr 21, 2023Copper Contributor
Multiple custom SharePoint list forms
I am looking to setup a very basic inventory Sharepoint list and I know you can create a custom form to capture requirements for the list. However I wanted to check if it was possible to have a dyna...
jefmeyer
Apr 21, 2023Iron Contributor
Depending on the number of item types and fields you're storing in the list, you could have a separate screen for each item type. When the form loads, the user would select the inventory type and then based on that selection, show the appropriate screen. A simpler approach would be to show/hide fields based on the item type selected, but keep everyone on one screen. In either case, the item type would drive the fields to display. PowerApps doesn't support content types, so that's not an option.