Jump to content

Recommended Posts

Posted

Hi All,

I am using the write step in my logic but i am unable to write a string in csv, how can i do that?

it is unable to convert element reference to string

below is the error.

 

Thank you.

SIMIO.thumb.PNG.53e1d9b348b2ff0dbbe090b5f86906e4.PNG

Posted

Hi,

Your issue is that Input@STBR_01_54 is a reference to a Simio object. You want to write out the string name of the object. You should use Input@STBR_01_54.Name

Regards,

Lucas

  • Thanks 1
×
×
  • Create New...