Hi all
I want a label to show the last entry in a column from a Sharepoint list but not the last record, in this case the last pallet number.
This does not work: !IsBlank(Last(Sanford_Pallet_Serial_Number_Record).PalletNumber)
Searched the forum, but maybe asking wrong question.
Can't believe I didn't try that, Thank you.
Hey @Corissandageri
If you are aiming to display last PalletNumber from your list you can just try:
Last(Sanford_Pallet_Serial_Number_Record).PalletNumber
Adding !(not) IsBlank evaluate the Boolean result true/false and that is not showing the value.
If that resolves your issue please remember to accept solution so other community members can find answer quicker.
Regards
Dawid
WarrenBelz
146,660
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,999
Most Valuable Professional