Good Morning/Afternoon/Evening 20 June, 2023 0 Comment Steven If( Hour(Now()) < 12, “Good Morning ” & First(Split(User().FullName, ” “)).Value, If( Hour(Now()) < 17, “Good Afternoon ” & First(Split(User().FullName, ” “)).Value, “Good Evening ” & First(Split(User().FullName, ” “)).Value ))
No Comments