Hi every one
Is there is any wany to use if condition in the get items filter query?
In my get items I want to filter Top_x0020_IT_x0020_risks/Riskname eq'@{outputs('Compose_2')}'
If the above condition is not meT I want to filter Title eq 'Central Risk Team'
can we add both conditions in the get items filter query ?
(Top_x0020_IT_x0020_risks/Riskname eq '@{outputs('Compose_2')}' or Title eq 'Central Risk Team')
i tried the above formula but it is only filtering Title eq 'Central Risk Team.'
could anyone please help mem to fix it