I am looking to pass multiple expressions through a power app function parameter to the filter array advance mode.
@or
contains(item()?['body'],variables('RawSearch')),
contains(item()?['Subject'], variables('RawSearch')),
contains(item()?['ccRecipients'], 'planet')
)
​
3. I then would like to use that variable as the "advance expression" block.
Things that I have tried:
1. Using the manual trigger flow and capture the expression passed as the triggerbody()['text_2'], which does get the expression as a string, but it doesn't recognize it once it goes through the filter action.
2. leaving the "@" then adding the variable without "@" and vise versa.
3. Passing everything together in one variable, triggerbody().
4. assigning it to a compose and passing that instead.
The goal is to build the expression I need from the frontend/Powerapp and just passing that to the filter array dynamically.


Report
All responses (
Answers (