Skip to main content

Hi,

looking for idea how to manage issue with action flow execution. It results with error message and it is causing action flow to fail.

 

Issue description: 

Action Flows which updates an augmented attribute fails to execute with error message: “Data Model row doesn't exist or no permission to query”

 

Other information:  

Permissions are correct, checked with other users.

The reasons seems to be due to missing data in augmented table. The table in data model after being refreshed no longer has a value, for which the action flow tries to update the change in KM. Looks like the augmented table and data model table are desynchronized.

 

Appreciate Your advice.

Michał

generally it can happen if you have different table for the view from you are invoking the action flow and the table in which you are updating the augmented attribute.

 

check once if both of them are referring to the same record in the KM.


Hi ​@micha≈ç.rogos

You can use exception handling constructs to prevent your Action Flow from failing in pre-defined scenarios. The Celonis Docs state quite a clear starting point for this: https://docs.celonis.com/en/error-handling.html

I hope this helps.