HI,
Can you try to use curly bracket as the following?
{Dt1.rows(0).item("Value").ToString}
Regards,
Hi!
ArrayOfRow is the type of object->Object array
Your Expression should be like this:
{Dt1.Rows(0).item("Value").ToString}
Regards,
NaNi
I want to add more rows here how to add?
Hi,
Give it a try as the following.
{Dt1.rows(0).item("Value").ToString, "data2", "data3", varable2}
{Dt1.rows(0).item("Value").ToString, Dt1.rows(0).item("column2").ToString,Dt1.rows(0).item("column3").ToString}
Regards,
I am writing data into excel but its showing me this error
Error ERROR Validation Error Compiler error(s) encountered processing expression “DToutput”.
Value of type ‘System.Data.DataTable’ cannot be converted to ‘String’. Main.xaml
Hi,
If you need to write DataTable to worksheet, can you try to use WriteRange activity instead of WriteCell?
Regards,
HI,
There seems no match in your regex result. Can you check your pattern and/or input data?
Regards,
Hi,
Can you share content of input string and regex pattern string?
Regards,
Hi,
It’s necessary to set just regex pattern string in you Regex column, as the following, for example.
Regards,
System.Text.RegularExpressions.Regex.Matches(Pdfoutput,“\b\d{2}\W\S{3}\s\d{4}\b”).*
like this?
HI,
Either of the following.
OR
Regards,
Hi,
How did you set DATE data of the datatable? If you use Assign, can you share its expression?
Regards,