Failed: Error: 'Execute an Action on a Set of Rows'

Hello everyone,

I have a bot that is updating the data of some rows based on what was submitted via a form.

Everything worked so far, but recently after adding a few more things to the app, the update part stopped working.
I am getting the following error when executing an action from the test part of the automation bot:
"Failed: Error: 'Execute an Action on a Set of Rows' Data action 'Update Contor' for table 'Form_Data failed with exception Cannot get key values when Parent or ChangeImage are null."
Here's the code seen in the app:

Show More
{
"$type": "Nirvana.Data.TaskResultTakeAction, V2API",
"AppWorkflowRuleOrProcessName": "Gestionare Coffee",
"ActionName": "Update Contor",
"Changes": {
"$id": "1",
"$type": "ChangeOperations.Changes, ChangeOperations",
"ListChanges": [
{
"$id": "2",
"$type": "ChangeOperations.Change, ChangeOperations",
"AfterImage": [
"2",
"",
"03/30/2023 23:29:32",
"BRB - 161",
"",
"",
"",
"",
"Joi",
"",
"",
"",
" () ",
"",
""
],
"AfterImageOriginal": null,
"BeforeImage": null,
"BeforeImageOriginal": null,
"ChangeImage": null,
"ChangeImageToLog": [],
"ChangeImageSavedImages": null,
"ProcessStateDataChange": null,
"InputParamValues": null,
"MustReadBeforeOrAfterImage": false,
"OpTypePerformed": "Update",
"TableName": null
}
]
},
"AppErrors": {
"$type": "Jeenee.DataTypes.AppErrors, Jeenee.DataTypes",
"RecordInfo": false,
"RecordWarning": true,
"AnnotateErrors": false,
"Errors": []
},
"TaskType": "TakeAction",
"TaskName": "18be6d4a-d972-4bc0-96b7-79f41f0cdec7-Update Contor"
}

I had this issue in the past with a different app, but I don't remember if I did something to fix it or was fixed by itself.

Do you have any idea what can cause this error?

Let me know if you need to see any of my actions or tables.

Thanks in advance!
Razvan

0 11 1,846
11 REPLIES 11
Top Labels in this Space