Hi,
Within PowerApps form I've added around 50 fields.
From this 50 fields, particular fields are visible based on the Customer Name we are selecting
For e.g. I have a drop down as Customer Name. Say the user selects Apple as the Customer 7 fields become visible. I have one more column for which we need to have Submission of the visible fields.
Now when Apple is selected, user enters the values for all the 7 visible fields, so we need to have submission of this only 7 fields into the Submission column.
Secondly if Customer Name is selected as Samsung, 2 fields become visible. User enters the values for this 2 visible fields, so we need to have submission of this only 2 fields into the Submission column.
Currently my form is displaying submission of all fields, whether they are visible or not.
I also have a Gallery within my form. So when we select a particular Customer, Submission should show only for the selected Customer.
Any ideas how can we achieve this. Thanks!