I have an object output like below that i want to check if the word ORANGE exists on one of the text field. Is there a way to do it without using any loops? Like an expression?
{
"@odata.type": "#Microsoft.Dynamics.CRM.expando",
"page": 1,
"lines@odata.type": "#Collection(Microsoft.Dynamics.CRM.crmbaseentity)",
"lines": [
{
"@odata.type": "#Microsoft.Dynamics.CRM.expando",
"text": "APPLE",
{
"@odata.type": "#Microsoft.Dynamics.CRM.expando",
"text": "ORANGE",
"boundingBox": {
"@odata.type": "#Microsoft.Dynamics.CRM.expando",