Hi All, I have a quick question and I tried to find out on Celonis help but could not. I am trying to create an action flow which can access different data models to make a consolidated report (we have multiple instances of SAP)
SO instead of creating 5 different action flows, I am planning to implement only one. Could you please guide if that is possible and and if yes, how? Thanks!

 You could start with a router module and then go to each data model within each 'arm' of the router module. At the end of each process, you'd want to "Set Variables" to be able to reference them at the end of your flow with a "Get Variables" module
You could start with a router module and then go to each data model within each 'arm' of the router module. At the end of each process, you'd want to "Set Variables" to be able to reference them at the end of your flow with a "Get Variables" module It would be something like this. Obviously smaller but each 'arm' or sequence, whatever you want to call it, would have a 'Set Variable(s)' module to then reference at the end with a Get Variable(s) module. Then whatever the end actions are after it
It would be something like this. Obviously smaller but each 'arm' or sequence, whatever you want to call it, would have a 'Set Variable(s)' module to then reference at the end with a Get Variable(s) module. Then whatever the end actions are after it