Have been Stuck for a while now, with Table View parameter and filter binding

Please Watch this Video

I have a table view with a parameter and I binded the pararameter with a search Filter (Where clause)

When I put a value directly on parameter input box of the view… it correctly filters out the rows.

BUT.. When I call the view through a “Table View: Fetch” workflow function (On page load for my case),

even with the correct parameter binding, the workflow functions result comes “undefined”, hence I am unable to use the view as the Rows are not being fetched at all!

Note: Here you can see the parameter value which is being passed { Auth[‘user’].id } is properly filled and is not blank

Thank you for your help.

Hey @Radiomiker :waving_hand:

I reproduced your use case in one of my projects and think the “Table View: Fetch” does work properly to fetch the filtered data BUT I still need to investigate why it says “Undefined” when you try to bind the result of a workflow action.

Here’s a short video explaining what I mean: https://www.tella.tv/video/debugging-collection-filter-results-1lyy

Hey @Radiomiker :waving_hand:

Update on this one: the tech team has confirmed the “Undefined” result is a bug. We created a bug ticket with all the information needed to reproduce the issue so the tech team can look into it further :slight_smile: