<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><span style="color:rgb(186,33,33);font-family:"Courier New""><font color="#222222" face="Arial"><span style="font-family:"Courier New""><div><span style="font-family:Arial">Array Association: Row Data</span><br></div><div><font face="Arial">Expression: "{}".format(input.RowData) </font></div><div><font face="Arial">But this gives me just a reference to the row data, not the string of the date/time I just stored</font></div></span></font></span></div></blockquote><div><br></div><div>Try using `input.RowData["datatime"].GetValue(0)` instead. String arrays are a little cumbersome currently. You have to use the vtkAbstractArray API (GetValue) to access elements.</div><div><br></div><div>Utkarsh</div><div><br></div><div><br></div></div></div></div>