Power automate – Using contains in the filter query

In power automate, you can use contains in the filter query to filter the records that contains a matching text.

The contains can be used as following:

contains(subject, “TestCall”) eq true

Advertisement