I am a novice to OAC. Trying to build DV Dashboards
I have 3 Workflows, lets say Workflow A,B and C
Workflow A has histogram bar chart Top 10 pods list (Y axis) based on a count of metric, say restarts(X axis and filter → Top 10)
Now this top 10 pods list is dynamic based on no of restarts.
I have created Data Action from workflow A → Workflow B
Anchor to → pod name and pass values → anchor data
Workflow B has pod name as filter which is bind to parameter[PODNAME]
There is another Data action created in Workflow B → Workflow C
Anchor data is pod name and passing only parameter value → [PODNAME] (since both workflows have pod name column as filters from different datasets. I am using parameter to pass from Workflow B → C. Workflow C also has pod name filter(but from different dataset) bind to parameter[PODNAME] )
Now both these data actions are working fine independently.
But when I navigate from Workflow A → B and then B → C. The podname value from A → B is not binded to parament[PODNAME] of Workflow B and so the navigation from B → C does not pass parameter[PODNAME] from B → C.
I want to make the whole navigation work from A→B→C.
How to pass the pod name from workflow A → B as a parameter (I cannot use it as filter and bind to parameter since the top 10 pods is dynamic on no of restarts)