I have a simple data table on a canvas app which right now shows all CTN records. The CTN (foxy_presentationctn) relates to a table called Planalyzer (foxy_presentation), as in 1 Planalyzer can have many CTNs.
The Lookup field on foxy_presentationctn is called foxy_Presentation as the schema name, and foxy_presentation as the logical name, and foxy_PresentationCTN_Presentation_foxy_Pr as the relationship name.
I'm trying to have the data table be filtered to only show foxy_presentationctn records where the ID of the related foxy_presentation is b092a7bd-c8f4-ed11-8848-0022483d5ee0 .
I'm just stuck on how to do this as I've been using chatGPT and it has been giving constant wrong formulas. It's saying it should be:
Filter(CTNs, foxy_Presentation.Id = "b092a7bd-c8f4-ed11-8848-0022483d5ee0") but that gives an error in the formula. It also gave DataTable1.Items = Filter(CTNs, foxy_Presentation = "b092a7bd-c8f4-ed11-8848-0022483d5ee0") which gives the same error.
Any suggestions?

Report
All responses (
Answers (