Issue with Build Dattable Activity

Hello,

Someone please help me to rectify this issue. Why this build dt activity throwing this error?

Don’t use GenericValue. Ever. Not in Build Datatable or anywhere else. It’s a terrible thing that UiPath included. Use proper datatypes.

2 Likes

@Salman_Faries

rather than generic change it to object if you want to that should fix the issue and also allow any value to be stored

but as @postwick mentioned using defined datatype is better

cheers

1 Like

Thanks, changing datatype to object worked

1 Like

This is still not a good thing to do in most cases. You should use the proper datatype of the value you’re trying to store.

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