Hello PAC,
I'm using a modern control table where I want to display items from the Invoice Master SharePoint list. Specifically, I'm trying to filter the list so that it only shows records where the 'Request ID' (a single line of text field in Invoice Master) matches the ID (a number) from a different SharePoint list.
Here's the formula I'm currently using:
Filter(
'Invoice Master',
'Request ID' = DataCardValue70.Value
)
This formula works perfectly in a Gallery—it shows only the records linked to the selected ID. However, when I use the same formula in a modern control table, no data appears.

I want the modern table to only display items from Invoice Master that are linked to the currently selected request ID from the other SharePoint list. Could you help me understand why it's not working in the modern control?