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.