I have searched everywhere for the answer to this requirement and cannot find a match for what must be a common requirement. This would normally be done using a simple SQL SELECT statement, but this is not supported in Flow ☹
I want to do a 1:1 join across two SharePoint lists where the join is the unique column ‘EmployeeEmail’.
- Table1 contains the Employee details – one row per employee
- Table2 contains a minimum of 1 up to a maximum of 5 employee objectives – one row per employee
I have tried using Get List to load Table1 into an array but have got stuck trying to append the Objectives in Table2 to the end of each row in the array. Do I need one of the Data Operations actions?
The output of this query is going to be fed into the FormsPro Send a Survey action.
TIA folks!