Skip to main content

Updates to EM7_RESULT handling?

  • March 28, 2025
  • 2 replies
  • 0 views

Forum|alt.badge.img

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?

2 replies

  • Community Manager
  • March 28, 2025

Hi Santeri,

This is the feedback from engineering.  The change could have been a related to JSON serialization done for Data Pull in 12.1.2 and 12.2.1.

They would like to know if this is causing a problem.  They said from a code standpoint a list of tuples and a list of lists end up behaving pretty similarly.

Regards,

Erick


Forum|alt.badge.img
  • Author
  • New Contributor
  • March 31, 2025

I would like to also add that we didn't have this issue with 12.1.2 version but it appeared in 12.3.2 version so maybe there is some other changes which can be related to this than this mentioned data pull change?