Get Last Added Item in a variable from your list in Power Apps Canvas

Set(varLastItem,First(

Sort(

            ListName,

            ID,

            SortOrder.Descending

        )

    )

);

If you liked the post, please share it with others πŸ™‚

Be the first to comment

Leave a Reply

Your email address will not be published.


*