Unable to populate the form archive with the data

Hi,

we facing the below error when we try complete the action using completeFormAction by graphql
“errors”: [
{
“message”: “Unable to populate the form archive with the data.”,
“locations”: [
{
“line”: 1,
“column”: 10
}
]

and find below the graphQL command

mutation {
completeFormAction(input: {number: 4, requestNumber: 590668, parameters: [{name: “APPROVAL1_rbDecision1”, textValue: “Ok”}, {name: “APPROVAL1_txtNotes1”, textValue: “”}]}) {
action {
number
}
}
}