Hello. I am having trouble with one of the formulas that is connected to a button in my app. The first part gathers into a collection a list of tasks that need to be created for a specific shift and day. Once in a collection, I check to see if there are records for that task already in our ShiftTaskResults table, and if there aren't any records for the current day, then they are created. However, when I run the app, I'm getting an error message that says: "The right side of the 'Equal' operator must be a constant value." This error is happening in the LookUp. The error that I am getting says "The right side of the 'Equal' operator must be a constant value." I've tried to replace DateValue(Today()) with a variable that holds the value of DateValue(Today()), but that also did not work. Any help or guidance would be greatly appreciated.
Thanks