The process of submitting and distributing custom apps across Microsoft 365 platforms, including Outlook, Teams, and the Microsoft 365 app store.
Based on your request, I understand you want to configure a PowerApps Dataflow to append new data to old records and perform a Full Outer (total) Join in Power Query.
In Power Apps dataflows, you can combine old/stale data with new data by using Power Query “Append queries”. Append adds rows from one table/query under another table/query. If the columns do not fully match, Power Query keeps all column headers and fills missing values with null.
If you want a “total join” between two tables, the closest Power Query equivalent is usually Merge queries > Full outer join. A full outer join returns all rows from both the left and right tables, including rows that only exist in one table.
Step 1: Create or edit the dataflow
Power Apps dataflows let you connect to business data, clean/transform it with Power Query, and load it to Dataverse or Azure Data Lake Gen2. Microsoft’s documentation describes the main flow as: author the dataflow, schedule refresh, then use the loaded data.
Please refer: Create and use dataflows in Power Apps
Step 2: Append stale/old data with new data
Use this when both tables have similar structure and you want to stack rows together. Microsoft’s Power Query documentation states that append creates a single table by adding the contents of one or more tables to another, and that the result uses the combined column headers from the appended tables
Please refer: Append queries
However, since Power Apps is currently not supported in the Q&A forum. So, I suggest you start a new discussion in the PPower Platform Community on this issue so that you can get more professional help, there will be very professional people to tell you the steps on how to realize this function.
Thank you for your understanding.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.