Hi,
I'm trying to set up an input query in the module but whenever the input query is triggered in the parent application, it returns an error message: Module::InputQuery: Cannot read properties of undefined (reading 'InputQuery')
. I am not sure which part goes wrong.
The setup in the module is: After a javascript runs when a button is clicked, it should trigger the input query. The input query that is configured in the parent application has no syntax problem.
Thank you for the help in advance.