How to Dynamically Filter Tab B Report Using a Dropdown coming from Flow Run part?

I have a tab container with multiple tabs (e.g., Tab A, Tab B, Tab C) on a page. I want to add a flow run part where I can select a value from a dropdown, and then filter the report displayed on Tab B based on that dropdown selection, but only when I'm on Tab B.

How can I implement this functionality so that the report in Tab B updates dynamically based on the dropdown value, without affecting the other tabs?

Comments

  • Hello,

    Please refer to the following documentation for detailed guidance:

    Filter Report on Page

    Additionally, you can embed your flow run part within Tab B. This way, the flow will only execute when you click on Tab B, ensuring that the report is filtered specifically for that tab.


Sign In or Register to comment.