I have an asset management app im working on that im working on that has the list of assets and after clicking on an asset it takes you to another page to manage that asset. One of the tabs should show a list of maintenance work done on the currently selected asset (in a gallery). The gallery is where I am having the issue. I am not sure how to build the function to LookUp the records that include the currently selected asset.
This is what I have tried but I am missing something cause it doesn't work:
LookUP('Assets-Maintenance', ItemsGallery_AssetsHome.Selected.ID in 'Asset (SN)') "Asset (SN)" is a Lookup field where you can select any assets associated with that maintenance record. Any thoughts?