Add Data Row validation error

With Studio 23.4, System Activities 23.4+ and project type windows the Add Data Row activity behaves different than I was used to. So I don’t know if this is a bug or working like intended.

Although the table is defined via Build Data Table with correct types the activity shows an error in the validation if I try an assignment via the ArrayRow

In a legacy project the “same” activity works fine

Hi @Speziman ,

We would require to cast it with Object() like below :

new Object(){now}

Hi @supermanPunch

So this is a changed behavior?

Legacy:
image

working since I build projects with studio.

Or did I just miss to add a specific namespace?

It does seem like it when there are no Object type variables or values used.

From Checking (Windows) :
image

As you can see from the image, two Add Data Row activities but accepting DataTime type, the other not accepting it.

Drawing a conclusion, it seems if atleast a Single Object type variable/value is present in the ArrayRow property, it does seem to accept/work.

Hi,

FYI, it’s known limitation as the following.

Regards,

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.