Hello all
I have two tables - one for Clients which has their address, contact name etc.
The other table lists items of equipment which need to be inspected. It contains things like the equipment name, manufacturer name, serial number and the name of the Client that owns it, via a Lookup to the Client table.
In PowerApps, if I have a gallery of equipment (i.e. the data source is the second table), then I can put a text box in the gallery and populate with;
Gallery1.Selected.Client.Address
Although the Gallery is only linked to the Equipment table I can display the address of the client by using Power Apps to address the other table via the lookup.
I'm looking to do the same thing in Power Automate. I start my Flow by fetching rows from the Equipment Dataverse table. I'm then building an HTML string for a report (which I'll convert to PDF later).
I can insert the name of the owning client easily enough using dynamic content, but what I can't see how to do is to grab the client address from the other table via Lookup.
Any ideas please?