While in the process of updating a CDT, instead of replacing the value in the fi

While in the process of updating a CDT, instead of replacing the value in the field, the process is overwriting just the text that changed. Example:
Initial data in the pv: Pending Load
Replacement value should be: Active
What actually loaded to the database: Activeg Load

What would cause this type of action? We have the node configured the same as many other nodes using save at index length(array.column)...

OriginalPostID-81035

OriginalPostID-81035

  Discussion posts and replies are publicly visible

Parents
  • Hello Karlaw,

    That’s seems weird and interesting, can you show the actual code?

    I have Some questions.

    1) are you using the save at index just to store in the same list, does it needs to be ordered?

    Have you tried the append ? Is it an option Instead of “save at index”? Are you passing anything as reference ?

    2) Regarding What you have been explaining: everything happens inside an MNI node?, is the MNI sharing an array ?

    3) Another test to do is to pass the tp!instanceIndex to and concatenate to the something like “act”&tp!InstanceindexVar

    Let’s say you have the value of tp!instanceIndexVar:28
    If this still happened then you should see instead of “Activeg Load” something like “act28ng Load” the idea is this test if that gives you the same number always.

    4) for the sake of testing have you tried to spawn the MNI one after another?

    Hope this helps

    Jose
Reply
  • Hello Karlaw,

    That’s seems weird and interesting, can you show the actual code?

    I have Some questions.

    1) are you using the save at index just to store in the same list, does it needs to be ordered?

    Have you tried the append ? Is it an option Instead of “save at index”? Are you passing anything as reference ?

    2) Regarding What you have been explaining: everything happens inside an MNI node?, is the MNI sharing an array ?

    3) Another test to do is to pass the tp!instanceIndex to and concatenate to the something like “act”&tp!InstanceindexVar

    Let’s say you have the value of tp!instanceIndexVar:28
    If this still happened then you should see instead of “Activeg Load” something like “act28ng Load” the idea is this test if that gives you the same number always.

    4) for the sake of testing have you tried to spawn the MNI one after another?

    Hope this helps

    Jose
Children
No Data