Looking to pull only ID's that do not have a "." in them. I have a column in which subtasks generate a Custom ID 1.1, 1.2 etc
I came up with this but it doesn't work in my filter
Filter('SP List',Custom_ID=SharePointIntegration.Selected.Custom_ID,!("." in Custom_ID))