Make Not Returning Data, if using dynamic variables in HTTP module

Hi everyone! Thanks in advance for the help

I want to get a supabase rows data, since supabase integration does not have any module to get data from rows, i am using HTTP request. I request data two times from two different tables one is brand_photos and other is website_analysis

But when i try to get data from brand_photos IT JUST RETURNS AN EMPTY ARRAY, But if i try to get data with same setup from website_analysis table IT WORKS. Am using exact same settings in both if it helps, just column name is changed in actual HTTP request.

Now when i try to run module manually and input user_id manually in brand_photos module it works, but when i use dynamic variables it does not work and returns empty, i have seen logs and verified that user_id is being sent correctly and all. I even disabled row level security and am using service role key. Am uploading some images for refernce.


By the way the UserID variable and record: user_id variables are exactly same and i have tried with both.