Hello,
How can I replace "IN" function to avoid delegable warning in this function:
Patch(SharePointList,
First(Filter(SharePointList, FTitle.Text in Title)),
{
Title: FTitle.Text,
Email: FEmail.Text,
Details: FDetails.Text,
IsSelected:FSelect.Value});
Collections this time is not an option, Thank you!