Skip to main content

Hi,

 

I need Celonis to record datas in an external database (and we already able loaded these tables into another database using Action Flow) but there is a component in Celonis called "Comments" which is similar to a chat . In attempts, we have not yet been able to copy the datas from this component into an external database... the datas from this component is not saved in any Celonis table? Not even a temporary one?

Hi,

 

It's relatively easy with ML workbench and Python. Objectid in constructed URL can be retrived in edit mode (comment ID)

 

image 

FrontEnd:

 

image 

Code and output:

image 

URL example:

Package=training-package

KM=training-km

PackageKmName=Package+'.'+KM

objectId=XXXXXX

 

URL=celonis.client.base_url+'/phoenix/api/comments//semantic-layer/'+PackageKmName+'/DEFAULT_OBJECT?objectId='+objid+'&pageIndex=0&pageSize=5&sortDirection=DESC'

 

Mark as Best Answer if that was helpful :)

 

Best Regards,

Mateusz Dudek


Agreed to Mateusz,

very good approach :)


Reply