I have a Flow that joins 3 Sharepoint lists and is attempting to email a subset of data based on:
- the date of a trip being equal to Today and less than 5 days in the future
- where tripid in the Trips List equals tripid in the TripDetails List
- and where the first officers name in the Trips List equals the firstname space surname in the MyDetails List
I build an HTML table containing data from all 3 Lists and then the intent is to email that to certain people
I have only recently added the GetMyDetails action - prior to adding it my Flow was working but was missing a column I needed from the 3rd List
When I run the Flow it fails with Action GetMyDetails failed but doesn't really tell me what is incorrect about my flow
My complete Flow is attached below - can anyone see what mistakes I am making - I am a newbie to Power Automate by the way - thanks