How to highlight a column with color and Merge column

Hello Everyone,

How to highlight the first column with Color and I want to merge 4 column into one.
image

Thanks In Adance,
Niranjan

Hi @niranjan.kummara ,

Use “Set Range Color” activity

image

Can you explain 2 request with example screen short that “merge 4 column”?

Thanks,
Rajkumar

@RajKumar_DC Thanks for your reply Raj, i just want to merge “Announcement sequence Code: AA22” to all the columns.
this is the header for the 4 columns.

Regards,
niranjan

Hi @niranjan.kummara

Kindly Check this workflow

Input
image

Output
image

Workflow

Code

(From row In dt.AsEnumerable
Let meg=row("Col1").ToString+row("Col2").ToString+row("Col3").ToString+row("Col4").ToString+row("Col5").ToString
Select dtOut.Rows.Add(meg.ToString)).CopyToDataTable

Thanks,
Rajkumar

@RajKumar_DC Could you please share me the workflow.

Hi @niranjan.kummara,

Kindly find the Xaml
07.xaml (10.7 KB)

Thanks,
Rajkumar

@RajKumar_DC im getting document invalid error message. kindly share me with supporting files to open 07.xaml file.

Hi @niranjan.kummara

oops, plz check this

DecemberTest.7z (167.9 KB)