I am creating a new record using the granta stk 2.0, but when I look at it in viewer none of the attributes are populated. Where am I going wrong?
my_record = mi_table.create_record('my record')
my_record.attributes['record ID'] = '000IK'
my_record = session.update([my_record])[0]