I have a smartobject generated from a SQL instance. The "List" method returns value from a single row (let say columns A,B and C) when we provide an input value to a field(let say A).
I am interested in one column field(C) in that row. How to get just that one value?
I tried creating a advanced smartobject but could not find the right way to do it.
I want to map that value in the workflow . Is there a way to filter the value of column "C" ?
Stored procedure is one solution , in such case, but I just want to explore if there is a way to do the same in K2.