Excel Modern Actvity

Hi,

Need help in constructing the expression for Cell for Read cell acitivity.
In modern excel activites.
image

Hi @JITU99

It should be something like

Excel.Sheet(“sheet name”).Cell(“your cell here”)

Happy Automation! :smiley:

May i know where i can explore these expressions from.?

You can take it from UiPath itself:

All you would need is a template file and work through that.
Hope it helps.

You can see it from here: https://docs.uipath.com/activities/other/latest/user-guide/excel-application-card

Thanks