Hi, we’re creating a flexible automation and the provided input in Excel will contain of the parameters we should pass. So, it could also contain today.tostring(“MM/dd/yyyy”) or any other code/function that can be used in UiPath.
How do I convert the string value when reading from Excel to actual code for the bot to process?
you cannot ideally…because that needs to be compiled
For today kind of function you can as excel has now() functionality directly
cheers