So the issue I've come across with Quick Import.
I know required fields need to be present in the CSV upon import. But on the interactive web page UI I have hidden fields that would be required that will only display the required field if a certain checkbox is checked or another field dropdown populated with a specified value. If the checkbox is not checked or proper dropdown value selected they aren't viewable or required and I can save the record just fine.
But with the Quick Import it is erroring stating those hidden fields are required fields even though the trigger to display them is not defined in the CSV.
What could be a good workaround for this?