Santeri
Contributor
27 days agoUpdates to EM7_RESULT handling?
Hi,
During SL1 version update we have noticed that EM7_RESULT variable is going to be re-formatted to different type during snippet execution. For example if we populate the variable with list and with tuple elements, the variable is getting re-formatted to nested list. For example EM7_RESULT = [("test1", "test2")], is re-formatted after snippet execution to [["test1", test2"]] format.
Is this change documented somewhere and in which version this update was implemented?