Displaying Most Recent Data on Form

Displaying Most Recent Data on Form

Comments

  • Can I populate my Data Grid with the most recent information? In this case, I just want a single row (the most recent) out of however many.

  • You can do this by using the Fetch Entities step to fetch your Data sorted on the CreatedOnDate field. Then pass the only First result of this into your Data Grid.

    I have attached an example of how to do this.

Sign In or Register to comment.