How to apply contains expression to filter array of string in Azure Logic Apps

DATTATRAY PISE (WIPRO LIMITED) 0 Reputation points Microsoft Vendor
2024-10-09T11:17:00.2666667+00:00

Hi Team,

I have scenario where I need to filter of array of object with two properties i.e. ID and alias.

like below in Azure Logic Apps

[ { "alias": "_V2_abc.Svc_CI", "definitionId": 63 }, { "alias": "_V2_abcTEST.Svc_CI", "definitionId": 64 } ]

Now I want to filter this above array with contains expression on alias property but its returning null or empty array.

I tried all the ways like to convert to string etc. but still no luck.

Can anyone have faced this issue then help me here to resolve this.

Regards,Dattatray

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,143 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.