If you see
ValidationError: One or more fields contain incorrect values:
just add to your import script in release pipeline:
$DebugPreference="Continue"
and you will see more details!
If you see
ValidationError: One or more fields contain incorrect values:
just add to your import script in release pipeline:
$DebugPreference="Continue"
and you will see more details!