Hello Team,
Anybody knows how can we filter the response received from REST API? How o use Filter and Advance filter properties i mean how can we pass values to these properties or is there any other way.
Regards.
I Have resolved problem of filtering of API response by converting it to List and the filtered it using listfilter action in Outsystems.
Thanks and Regards
Sanjay Bankar
Hi,
Have you tried using the ListFilter action provided by Outsystems?
Thanks,
Anshul
Hi @Anshul Jain
Yes i tried it but i want to filter response using Filter and Advance Filter properties.
Hi "Tech Buddies",
First, please consider changing your screen name, it's very impersonal this way...
As for your question, what "Filter" and "Advance Filter" properties are you talking about? Can you share a screen shot of those properties and where they live?
Hi Yes
Sure Will Change my Screen name soon.
An the question is about when i am getting response from a Connector Created to fetching data from third party database and want to filter that data. There we may see the Filter and Advanced filter option to filter response.
Sorry i could not take screenshot of the same for now.
You are talking about a "connector" for a "third party database", but in your original post you are talking about a REST API response. I can't match those two things. So what is it?
Hello @Kilian Hekhuis
The question is related to connector only .Can you please help me?
Are we talking about an Extension from Integration Studio? Is that the "connector" you are talking about?
We are talking connector generated from Integration Builder.
Regards
Why don't you add optional parameters in the request, to filter the response accordingly ?
Ok let me check.