I have an app where you would select an item from a gallery and navigate to the Form Screen.
In this screen, the Form doesn't have all the fields visible, it's divided into cards and depending on what card you select, some fields hide and others show.
The problem comes up the first time you access that screen, because it loads the fields for the first card, but the required fields for the other cards are not visible, though the relative item field value is populated on the data source (Dataverse, in this case), and this, when you submit the form, can make the error "An entry is required or has an invalid value" pop up like one of them is blank, but it's not like this.
then, when clicking on the second card to show the relative fields, first it comes up blank like this
then, after one or two seconds, it loads the values
Would it be better to use a multistep form or maybe more forms? Like one for each card on the screen?
Thank you all in advance