Filter on Tableau activity does not work

I am trying to build a solution which will download the Tableau report for each filter selection.

My steps done so far - input data in a queue, pass it to Tableau activity, apply the data filter on Tableau activity based on the queue input and download the report as PDF and further send emails to the users.

On the above steps listed, filter Value on Tableau activity and downloading the filtered data as pdf does not work. This filter value is one of the field on Tableau view to filter and see specific data. This filter field is a pick list and is fixed.

Question, can we even filter out pick list values from Tableau activity ? If yes Need help on how to pass the filter value
image

or should we do solution differently
reading the tableau URL in Application Browser scope, read all child items of the filter field, then match to the filter I need and then download

NOTE - Without filter Value, downloading the default Tableau view as PDF works.

@kirthy

The filter should looks like the filter in your url I beleive…try that way

https://docs.uipath.com/activities/other/latest/legacy-integrations/tableau-download-view-pdf

Cheers