I'm trying to use custom option inputs in a custom grow for dynamic group settings but I'm kinda noob and I don't know how to access the inputs from the options in the custom grow code. My current attempt looks something like this:
local numberOfRows = tonumber(aura_env.config.numberOfRows) or 3
but I don't think the value is being retrieved. The custom option is just a slider with the option key being numberOfRows