node-suitetalk
node-suitetalk copied to clipboard
Record List getNode not work as expected
I've found a problem that when using List and getNode. It replaces last element in node. So I've fix to use array instead and push node into it. I've tested it's work as expected.