If you add a dmarc record it will be created in an invalid order. the "p=" Tag must be directly after the "v=" Tag, as any DMARC record checker recommends.
the Add DMARC wizard creates records like this:
v=DMARC1; pct=100; rua=mailto:test@example.com; p=none; adkim=r; aspf=r
but the correct order would be:
v=DMARC1; p=none; pct=100; rua=mailto:test@example.com; adkim=r; aspf=r
you can verify this by using for example: