Skip to main content
Question

Action Flow failed to update Augmented Attribute in Knowledge Model

  • October 28, 2025
  • 2 replies
  • 55 views

Forum|alt.badge.img+8

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ł

2 replies

devesh.jinda11
Level 2

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.


janpeter.van.d
Level 12
Forum|alt.badge.img+26

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.