Good Morning All,
For background: I have a SharePoint list that is updated by users once a week through a form I have created in Power Apps. If User A has already added numbers to a particular column in the list for today, then that input box is now only editable by User A. If nobody has made any inputs today, there will not be any items or records with today's date in it.
So, I have a column in the SP list called--(hold on to your hats)--Date.
How can I check if there is a record with today's date in the Date column?
If I do a line like this:
If(LookUp(Accomplishments, IsToday(Date) and User_Name = LabelCurrentUser, User_Name)<> LabelCurrentUser.Text, DisplayMode.Edit,DisplayMode.View)
If today's date is not in the SP list, it defaults to a fail. I need an If statement that checks if there are any records with today's date in the Date column.
Frank D. Puthuff
Dell Technology