Field Array Formik

All your donations

{
    "values": {
        "fullName": "",
        "donationsAmount": 0,
        "termsAndConditions": false,
        "donations": [
            {
                "institution": "",
                "percentage": 0
            }
        ]
    },
    "errors": {}
}