is there a plan to support a dynamic number of input fields in app settings? There are some use cases where such a functionality would help. A solution could be to use a similar syntax as in html for forms. This means to add brackets to the field id (e.g. "MyFieldId[]"). Additionally the settings dialog would allow to dynamically add fields that are defined that way and the "getProperty"-method would then simply return an array containing all configured values:
var aFieldValues = getProperty("MyFieldId")
Maybe Garmin could think about it.
Thanks!
Bye