Hi.
Is there a way if you use if() and empty(triggerBody()) expression (without using condition), it will return items that contains any of the true values?
Sample: If(empty(triggerBody()?['text']),(retrieve items that contain "PHP" or "USD" in Get Items), triggerBody()?['text'])
Thanks in advance!