Skip to main content

I have a huge table in an analysis that I want to rebuild with a query data module in Action Flows. Obviously, this would require a lot of copy&paste as there is no feature yet to automatically create a query data module from an OLAP table, similar to the feature that exists for creating an Action Engine skill based on an OLAP table.

 

Now, I want to leverage the MLWB for it. With analysis.drafts.components("table").pql_columns I was already able to get all the column names and their respective pql-queries.

 

How can I transfer them to the action flows?

Interesting. I would like to know. Maybe checking in the old Integromat documentation?


Yes, I stumbled upon this thing in the network tab: "integromat.eu-3.k8s.celonis.cloud". Then I also thought that I might be stuck in the Celonis APIs and that I should continue trying with Integromat APIs...


That's very interesting topic - I've been reverse enigneering Celonis internal API in order to retrive action flow history in usable format (no, fancy UI which freezing when having more then 300 elements is not usable in long run). Do you have any kind of documentation regarding Integromat API and using that with PyCelonis?

 

It's really annyoing that action flows doesn't have any kind of API functions ready in PyCelonis package.


I found some API doc of integromat a while back - https://apidocs.integromat.com/

but I haven't test if it works or how.

 

Also, now Integromat is Make - and they have public API documentation - https://www.make.com/en/api-documentation

 

So, in theory that could be used with some tweaks in Celonis. I stress "in theory" 😛

 


Hi guys, thanks for your comments and interest. So according to Celonis PnE, the Query Data Model Module in Action Flows will be able to connect to a Knowledge Model. So you can directly select your record attributes, KPIs and filters that you have already configured in the KM. This is similar to a Process Automation skill.

 

For me, this is a fine solution as I just need to configure my needed columns in the KM once and then, I do not have to do the Copy&Paste exercise anymore


Reply