OQL Widget from App Store - Allow User To Set Parameters?

0
Hi – I’m trying to use the OQL widget from the app store here https://appstore.home.mendix.com/link/app/66876/. From what I understand, if my OQL uses parameters, for example data parameters, I need to set the values ahead of time in the microflow? Is there a way I can have the users set the values of the OQL parameters at run time to feed into the microflow? There is a delivered activity to “add parameter” as part of this widget, and what I’d like to do is have the users enter the parameter value at runtime as input into the microflow. Any tips appreciated. Thanks!
asked
2 answers
0

You could create a OQL-context object (persistent or nonpersistent), show that on the page, and use a couple of variables there to store possible insertable search field values. Then you can have a query-actionbutton trigger the OQL microflow and retrieve the object’s values and, if filled, add OQL-variables with them?

answered
0

I will try that, thanks!

answered