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

Hello everyone,

I was using a bot to update the name of the current user of a device on form submit. Everything worked just fine until recently and I don't know what is causing it. There are no errors when running the app, but when I test the bot I get this error:

Razvan_1-1657708671139.png

Do you guys have any idea? Nothing changed in my behaviors, but the bot stopped working.

Here is the bot and the actions that I have:

Show More
Razvan_2-1657708852417.png

 

Thanks in advance!

Razvan

0 2 161
2 REPLIES 2

Hard to work out.  But my best guess is that either [ChangeImage] and/or [Parent] have Required_IF or Valid_IF formulas.  Or one or both of there are a Ref column and your action isn't including these columns correctly, your probably setting this to ""

Simon@1minManager.com

Indeed [ChangeImage] is set to null by the action, but I don't know where to find it, other than the code that appears when I click the "test" button on a bot. Where do I even find [Parent] and [ChangeImage] inside AppSheet?

Show More
{
"$type": "Nirvana.Data.TaskResultTakeAction, V2API",
"AppWorkflowRuleOrProcessName": "Update Owner Action",
"ActionName": "Update Owner Name Action",
"Changes": {
"$id": "1",
"$type": "ChangeOperations.Changes, ChangeOperations",
"ListChanges": [
{
"$id": "2",
"$type": "ChangeOperations.Change, ChangeOperations",
"AfterImage": [
"2",
"07/11/2022 18:22:27",
"Predare - Primire",
"Razvan Simionescu",
"Andreea-Florentina Matei",
"Chromebook",
"L9NXCV15W573397",
"",
"",
"1",
"Provided",
""
],
"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": "db4da61f-2dd7-468f-a4df-3e9c4b5e1e93-Update New Owner"
}

 

Top Labels in this Space