How to set colour font boldness and add grandtotal value in last row

How to set colour ,font, boldness and add grand total value in last row of particular column by using modern activities.

Hi @anjani_priya

Please use the below activity and it works!!

Regards

I have to do that for only last row without declaring the index,dynamically.

Hi @anjani_priya ,

You can use"Find First/Last Data Row" activity to get last row index , as below

Hope it helps you!!

Regards,
Vinit Mhatre


I have tried with the above code but its capturing 78th index row but not 80th

Hi @anjani_priya ,

If it is fixed, like every time last row comes after blank row, in this example you are getting 78th as final row, then you can add 2 into it to make 80

Regards,
Vinit Mhatre

thankyou and I have to add value as grand total at the last row in the first column by using modern activities

Hi @anjani_priya

You can use the invoke code acticity and it works!!

ApplyColor.txt (989 Bytes)
Main.xaml (18.9 KB)

Regards

Hi @anjani_priya ,

If you want to write into a particular cell then you can do as below,

image

Regards,
Vinit Mhatre

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.