Hi , I am looking for the solution to filter the data from rest connector. I have a query like below SQL SELECT "id" as "id", "name" as "name_u1" FROM JSON (wrap on) "root" PK "__PK_root";
From "name" field I have to filter only "Approved" Data i.e., name= 'Approved'. Could you please help me to write the condition on API. I have tried query Parameters but no luck. Thanks in advance.