Hello,
This bug applies to Inputs with string interpolation as part of the name, the SmartApp will save to settings but will not default to those settings after they have been set. A workaround is to build the dynamic name string without using interpolation or call toString on the interpolated string before passing ( ex name: “${name}Info”.toString() ).
Thanks,
-Erik