Thanks for the response.
I am very new to VB and workflow code, could you explain how to update a variable?
Am I supposed to move my code to the MoveTo function? Or should I add some new code in there?
I tried adding:
TestSetTest_Fields.Field("TC_CYCLE_ID").Value = ""
in Sub TestSet_MoveTo, but it's still not working.
Also tried:
Sub TestSetFolder_MoveTo On Error Resume Next TestSetTest_Fields.Field("TC_CYCLE_ID").Value = "" MsgBox TestSetTest_Fields.Field("TC_CYCLE_ID").Value On Error GoTo 0 End Sub
And it is still giving the incorrect TC_CYCLE_ID when I switch folders. However, when I look in the database, the TC_CYCLE_ID is correct