I am unable to use Now function in uipath studio 2021.10.0 beta.6274

I am unable to use Now function in uipath studio 2021.10.0 beta.6274

Have you tried System.DateTime.Now? You may need to import System.DateTime to use Now without the prefixes.

Hi Jacobson,

Thanks for your suggestion.

“execution started”+Now.tostring : Its throwing error.

And in this version, I dont have select folder activity as well. Could you please help me

Try this:

“execution started” + System.DateTime.Now.ToString

what’s the error?

I just tried and I’m able to get the correct results.

Share workflow of possible, seems some dependency issue

Make sure you update the dependencies from Manage Packages

What is the error? Have you tried including a format? Now.ToString(“MM/dd/yyyy hh:mm”) for example.

Hi

Welcome to UiPath forum

Try upgrading the project dependencies packages and give a try

Is it repeating the same with the stable version as well in your machine

@vikram_Rajpurohit