Error in getting the current date from Orchestrator asset

Thank you both… @alexandretperez @Pankaj.Patil :slight_smile:
Now I feel free, As I was breaking my head that why I can’t find a direct solution for that.
But anyways, I have coded a workaround which is similar to @alexandretperez approach.

What I did is, Like you said add a blank value, I added Today in the text value of the asset, And an if condtion in my project to which it checks for the keyword Today. If found, the then part has the Date.now.tostring(“dd-MM-yyyy”) or it goes to the else which will fetch the asset’s date which is edited for the required date. :sunglasses:

2 Likes