When calling this function in a webflow step:
domainClass.findAllByIdInList(givenList)
I get a null pointer exception. When executing: domainClass.list()
I get nothing. I tried to pass this code to the server and get the same exception. Why is this happening?