Hi all,
Hope you can help as I have tried to find a solution on the Boards but I must be either missing something or just having a brain freeze.
So I have two lists, bp_changelog and bp_live.
On the bp_live list ViewForm there is a ID Field (DataCard1).
I would like to pull the ID Field and filter the DataTable (bp_changelog) below with just the relevant IDs based on the bp_live ID Field.
I currenlty have:
Filter(bp_changelog, "DataCard1.Value" in Lower(Title) )
As my formula but the "DataCard1.Value" is the part I am struggling with as if I put a value (e.g "760-1") instead the list filters nicely.
Sorry for the probably simple issue but help would be greatly appreicated!