E9.2 How to select from Table IO in a LEX using array values as an input ( is in list )
Hi folks
I wish to use a LEX to select data to process, but one of the columns is a list. (from an input array of values)
How do I get a Logic Extension to select data from TBLE using an input array in a select statement using Is In List. We can't right?? (I am on 9.2.9.1)
I have an input array called products and an element called product. So I want to select on products.product (productValue)
In a data request it is very simple, see below. And this works brillaintly due to the Is In List feature
but a LEX? I am not sure how to do thatas in a LEX there is no in list option to do this.