Conditionally Render Wizard Step Based on Record Type-BEFORE save Hello all!I have made a Wizard for submitting a Request to our team through Skuid. This Request has its own object in Salesforce. There are different record types for the requests, and there is one particular record type that has a different page layout in Salesforce, because there are about 20 extra fields required to submit with this record type of request; these extra fields are not required nor even relevant to any of the other record types for the request, however there are fields that are required and relevant for ALL record types.Essentially I need to conditionally render these extra fields (and DEFINITELY make them required) for the one record type, but don’t need them to be visible or required for the other record types. The issue is, since the wizard is creating a record, the record type isn’t saved until all the required fields are filled out, thus I am having trouble figuring out how to conditionally render either a wizard step or conditionally render the fields, because th