
Appreciate if someone can suggest formula for below case:
I want to show one icon only in the last record (date sort) of a gallery so that users can Edit or delete only the last record and not any before that.
Managed to get one solution for ICON added in gallery:
If(Month(Last(Rents).'Sal Date') = Month(ThisItem.'Sal Date'),true,false)
Let me know if there are another way of doing same.