Let’s update the solution from the previous chapter for PowerApps. We reuse our
Classes list (Figure
150), but one difference that we find between InfoPath and PowerApps is that a drop-down box in InfoPath doesn’t default to the first item while PowerApps must have a default. The easiest way to deal with this is to create a new class with a dash as the
Title.
1 To make sure this default is not filtered out, we make the
Class Date a long time in the future like 12/31/2099. Since we don’t want the date included for our default ...