Unmesh.Chandak Posted June 4, 2020 Share Posted June 4, 2020 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. Link to comment Share on other sites More sharing options...
lstretton Posted June 5, 2020 Share Posted June 5, 2020 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 1 Link to comment Share on other sites More sharing options...
Unmesh.Chandak Posted June 5, 2020 Author Share Posted June 5, 2020 Hi Lucas, Thank you so much, it worked. Regards, Unmesh Link to comment Share on other sites More sharing options...
Recommended Posts