
Announcements
I have this formula to filter SharePoint list:-
ForAll(relatedNetworkIDsFortheCurrentBookingCalendar,
Collect(colDelegableresults,Filter(BookingCalendarNetwork,
ActiveStatus.Value ="Active" And
'Network ID' = ThisRecord.ID And (IsBlank(varBKID) Or 'Booking Calendar ID'<>varBKID)
))
);
but i am getting this runtime error on it :-
any advice?
Hi @johnjohnPter ,
To get more details on this error and what in your formula may cause the issue, I suggest using Monitor. More information on how to use Monitor can be found here: https://learn.microsoft.com/en-us/power-apps/maker/monitor-canvasapps