Announcements
Hi there,
To filter the Invoice Sub Items based on the selected invoice and bind it to your gallery, you can use the following formula:
Filter('Invoice Sub Items', InvoiceID.Id = YourFormControl.Selected.Id)
Replace YourFormControl with the actual name of your form's invoice id control. This will ensure that only the sub-items related to the selected invoice appear in the gallery.
YourFormControl
With( {Records: 'Invoice sub items'}, Filter( Records, lookupColumn.Id = LookUp( //Modify to include the right lookup column and //update the LookUp part with form Item property (for e.g. Gallery.Selected.ID) Invoice List, ID = 1 ).ID ) )
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Vish WR 936
Valantis 604
11manish 518