Hi everyone,
If the backup is done I have to mark the row as success by using a green right mark in via uipath,how can I do this
Thanks and Regards,
Supriya
Hi everyone,
If the backup is done I have to mark the row as success by using a green right mark in via uipath,how can I do this
Thanks and Regards,
Supriya
Use Write cell and give value as
Convert.ToChar(10004)
Hi @ImPratham45
The above solution gives a check mark in black color how to get the check mark in green color
Thanks and Regards,
Supriya
Hi @supu123,
You can change the color of that cell to green.
you can do it either by using shortcut keys or by using “BalaReva.EasyExcel.Activities” package created by @balupad14.
Screenshots below.
See if below post helps.
However It is always advised to prefer direct automation over Automation through Ui whenever possible.