Select Module worked and is now blank

@BurkeWise Thanks for your patience and for letting us know you're still seeing this. After not being able to reproduce what you were seeing before, we made some troubleshooting progress today!

After inspecting the settings inside the companySelect module and the settings within it's parent app (the add investment module), the issue seems to be a bug related to the hardcoded selectType input not re-evaluating correctly on page load.

On page load, the hardcoded value "select" is not being passed into the module correctly, so the logic on the "hide when true" input is always true. While we work on fixing this, as a temporary workaround a transformer or jsquery that returns "select" as a string, then is referenced in the input to the selectType field ({{query.data}} or {{transformer.value}}) instead of hardcoding the string there (screenshot below) causes this value to evaluate another time and solves the issue. When I tried that, the select modules started rendering for me in the app where previously they weren't showing up. Let me know if that workaround makes sense and you see the same thing on your end!