Most of the UiPath activities require string to be quoted.
In Build Data Table
activity, when the column name is quoted, it’ll print out the quotation marks. This seems not align with the UiPath convention.
Any ideas?
It’s treating the double quotes as part of the column name, as is expected.
You shouldn’t put double quotes around column names.
The reason it looks the way it does in the log output is it’s escaping the " which is done by using double double quotes “”
But again, you shouldn’t put double quotes around column names.
This isn’t a string. This is a column name. This isn’t a UiPath thing, this is vb.net.
Hey @AndrewGuo
What are you trying to do here please ?
You want quotes in the column name ?
Thanks
#nK
Just want to type the column name but thought the name should be a string so I typed double quote. As Paul said, it’s not string in this case. Thanks.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.