String properties in dictionaries do not work
fernandoruizz opened this issue · 1 comments
fernandoruizz commented
Step 0:
- I've read the contribution guidelines!
Attached a dyn file showing strings properties in dictionaries are causing an error on the Speckle plugin.
Extract&link.zip
Numbers and Yes/No parameters work fine.
Reproduction Steps & System Config (win, osx, web, etc.)
Proposed Solution (if any)
didimitrie commented
Hello @fernandoruizz! Actually they do! Some of the parameter values were not strings and causing errors 😎
Adding a String from Object
node in between parameter value and the dictionary by keys node sorted everything out:
🍸