These two functions are returning the same thing.is there any difference?
Discussion posts and replies are publicly visible
I would request you to take a look at the usage considerations and the examples for a better understanding.
todate() - https://docs.appian.com/suite/help/24.1/fnc_conversion_todate.html#examples
datevalue() - https://docs.appian.com/suite/help/24.1/fnc_date_and_time_datevalue.html#examples
I go through the documentation. I'm unable to find any difference in those function. Could you please explain briefly with examples
Appian has some redundancy in its functions. index() and property() are a prominent example.
I just realized that the epoch usage considerations can be done in both and returns the same output. Thanks for that