Hi,
I have a unique requirement where I have to apply a filter on "Get rows" from SQL Server based on a condition.
There are two columns - column A and column B.
One option I see is to use multiple Conditions and query database based on the result but that means all subsequent actions must be replicated in all branches of conditions. That will make maintenance of flow difficult.
Is it possible to apply an If statement in an ODATA filter query?
I tried the following expression shown in the screenshot but it is not valid.
Thank you!
Hi @Paulie78 , I ended up composing the query before get rows action because that's the only way I could include a single quotes in the filter query. Here's the series of actions I used to make it work.
'Application' and 'Manager' are Column 1 and 2, respectively.
Tomac
986
Moderator
stampcoin
699
Super User 2025 Season 2
Riyaz_riz11
577
Super User 2025 Season 2