Hello,
Someone please help me to rectify this issue. Why this build dt activity throwing this error?
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.
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
Thanks, changing datatype to object worked
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.