Hey everyone,
I'm running into some delegation errors and I was curious if there might be a fix to my formula that I'm not aware of. Could someone take a look and see if there's a different formula I could add to get away from the delegation issue?
!IsBlank(LookUp('Brad''s Maintenance Calendar',DateValue(SDate)= DateAdd(_firstDayInView,ThisItem.Value, TimeUnit.Days)).'Equipment Name')
The delegation warning refers to the DateValue(SDate) section. For reference, SDate is referring to a calculated column in SharePoint that is producing just the "Date" from a Date/Time column separately. Equipment name is a simple Text column.