Skip to content

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 🙂

Published inPower Apps Canvas