I want view the data inside in the Table in message box
I need this DToutput data in message box
I want view the data inside in the Table in message box
I need this DToutput data in message box
Hi @krishna_priya1 ,
You can use output data table activity to convert data table to string format, and then display it in the message box.
It’s just display the “TableName” only
I use the output data table like this
is this correct format
The output should be given in the messagebox, i can see that you have given the datatable variable in the message box input.
I want to view the Company Name in the one message box and Invoice Number in another box like Date and total is this passible.
And thanks you helping me
Thank you bro for helping me
I believe multiple message boxes can’t be displayed simultaneously, but you can filter the required column in data table, using the below expression in the input of output datatable activity.
dtOutput.DefaultView.ToTable(FALSE, “Columnname”)
okay
Any other option is available
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.