I have created a SQL connector and want to test it. For the parameter I have used a struct. How can I address the attributes of the struct as params?
The struct has two attributes: name:String and id:Integer, name is the one I want to use in the query. The struct is used in the call, I can enter a value for the attribute, but the attribute value is not used in the call and I get a constraint exception. See following pictures