I took over for a recently departed developer, and he has this line of code in the app. I'm trying to understand why the "999" is in there, can anyone tell me what these two lines of code mean?
If(paramRequestType = "Request",
Set(varRequestorEmail, First(Filter(Requests, RequestID = If(IsBlank(paramRequestID),"-999",paramRequestID))).'Created By'.Email);
Thanks!
-koontz

Report
All responses (
Answers (