How to get unique list of dates?

How to get unique list of dates?

Comments

  • Hi,

    I have about 23K entities each of which has a date associated with it. What is the fast way of getting the unique dates for those entities?

    Thanks!

  • Hello,
    This is solved easily by using a Get Distinct List of Strings step and using the short date format of the dates you are using. For example, if the dates you want are under CreatedOnDate the input to that step would be under CreatedOnDate [All CreatedOnDate]>Formatting [All Formatting]>Short Date [All ShortDate]. You should then get a unique list of all of the dates from your selected entities. Let us know if you have any more questions!

Sign In or Register to comment.