Hello,
I am in the process of building an IT Ticketing system, and for the most part, I've got the basics working (Form > Flow > SharePoint List > PowerApps ).
I'm currently in the early stages of setting up the app, to list view, detail view and edit the previously recorded IT issues from a Sharepoint List.
I've run into one major issue I'm not sure of the best way to handle:
I have 3 possible ticket types that my form can generate (Account changes (called account), Website issues (called website), and IT Related issue (Called IT ).
I can populate a variable with the value from the currently selected record, however I need/prefer a dynamic Details and Edit page that only shows the values that are relevant to each Ticket type.
I'm not sure if its best to create a full Scrollable screen for each record type that is customized to edit the previously selected record, or if I should just create a display/Edit form for each type on a single scrollable page, and only show the relevant form.
I'd like opinions on either option, or if there is a whole other better way to handle this then I currently am.
Also, I'd like to know how to hide a form based on the currently selected record from the Main window list view.
Thank you in advance!