Skip to main content
Question

By which module I can get table in Action Flow .?

  • August 16, 2023
  • 5 replies
  • 0 views

And Can I send data back to Celonis after creating table in Action Flows?

 

Thank you in advance.

5 replies

  • August 16, 2023

Hi @parvathi.choud​ - I think you can try using Query data to get the table and convert it into CSV and use Push API to Data pool

https://docs.celonis.com/en/create-and-push-csv-to-data-integration.html

 

Or

 

Use Query data and Write Data to Table Process automation skill to update the table ( if your data size is small)


  • August 18, 2023

For the pushing part I would agree to utilize Push API.

For the reading however I would suggest the Get Rows Module over the Query data module. As this supports knowledge models as well and is likely to be the preferred solution in the long run


  • August 18, 2023

For the pushing part I would agree to utilize Push API.

For the reading however I would suggest the Get Rows Module over the Query data module. As this supports knowledge models as well and is likely to be the preferred solution in the long run

I initially tried Get rows but some of the KPIs that i defined in the KM are not showing that is the reason i switch back to Query data.


  • August 18, 2023

I initially tried Get rows but some of the KPIs that i defined in the KM are not showing that is the reason i switch back to Query data.

Yeah initially created KPI's will appear only when u will publish.


  • August 18, 2023

For the pushing part I would agree to utilize Push API.

For the reading however I would suggest the Get Rows Module over the Query data module. As this supports knowledge models as well and is likely to be the preferred solution in the long run

Okay.

Thank you @manuel.wetze​