I keep getting this error sometimes when I run my script. My code is as follows
If Data.Root.ChannelGroups("GeneralInformation").Channels("Fuse Groups").Values(3)<>"" Then
Call DataBlClpCopy("[5]/Fuse Groups",20,1)
'Call oUDI.Sleep(1000)
Call DataBlClpPaste("[5]/Fuse Groups",3,0,0)
End If
I thought it might be because Diadem attempts to paste before it has finished copying, so I put a wait command inbetween but this didnt help.
Does anyone know what else I could try to solve this problem?