
AccountId) that links each file to a specific account. This field will be used to filter files dynamically.Items property Filter(TableX, AccountId = SelectedAccount.Id) AccountId.Items property Filter(TableX, AccountId = Param("AccountId"))AccountId as a parameter to the app: Parameter name: AccountId. Parameter value: Primary Key of the Account table (e.g., accountid).