How do I add complex conditions in Switch.?
Summary
How do I add complex conditions in Switch.?Content
I have two services .
- First Service response will give me a list of ids.
- Second Service response will also give list of Ids
I want to check for each of the id in the second list is present in first as well? I couldn't see any way to check such a scenario (Something similar to IN clause in sql)
2