Skip to main content
Question

Is there a way to pass the applied filters from a View to an Action Flow?

  • March 21, 2024
  • 2 replies
  • 8 views

miguel.ferna11
Level 3
Forum|alt.badge.img+13

I have a system set up where an email is sent when you click a button from a view. The button triggers a skill which then triggers the action flow that sends an excel file with all the relevant info. Now I want that info to change based on the filters applied on the view before pressing the button. Is that possible?

2 replies

Sverre Klein
Level 10
Forum|alt.badge.img+14

Hi @miguel.ferna11,

 

I don't believe that is possible to the extend of my current knowledge. What you can try however to get perhaps a similar outcome is by using Get rows module from Celonis. https://docs.celonis.com/en/get-rows

 

This allows you to retrieve the filters you have configured in your Knowledge model and build logic around that.

 

Hopefully this got you in the right track.

 

Kind regards,

Sverre Klein


miguel.ferna11
Level 3
Forum|alt.badge.img+13

Hi @miguel.ferna11,

 

I don't believe that is possible to the extend of my current knowledge. What you can try however to get perhaps a similar outcome is by using Get rows module from Celonis. https://docs.celonis.com/en/get-rows

 

This allows you to retrieve the filters you have configured in your Knowledge model and build logic around that.

 

Hopefully this got you in the right track.

 

Kind regards,

Sverre Klein

Thanks for your answer! It doesn't seem to be exactly what I'm looking for, but it's good to know nonetheless.