Trying to search text of PPTX for specific string (tech blueprint). Since you can't seem to use get file content alone as it returns binary I'm using Convert to PDF & Get PDF Text Layer
@contains(toLower(outputs('Get_PDF_Text_Layer')?['body/TextLayer']),'tech blueprint')
Says expression isn't valid, any suggestions?