Hi guys,
I am trying to filter a "Get Items" action using substringof. Is it possible to substitute the condition value with a variable rather than hard text? So for example, instead of:
substringof('help with printer',Title)
we use a variable like this (email subject line):
substringof(triggerBody()?['subject'],Title)
or:
substringof(variables('subject'),Title)
This is the flow:

Hoping to use the filter query within the Get items action
Thanks,
David