Dears,
I am having below formula which is non-delegable formula. How do i make it delegable formula in order to avoid unnecessary issues in the future? Your support is highly appreciated.
If(LookUp('SP1', RequestID = ThisItem.RequestID, Status.Value) = "In-Use" && CountRows(Filter('SP2', RequestID = ThisItem.RequestID)) < 2, true, false)
Best Regards,
Zayar