Hi @Anonymous ,
Do you want to load data from one Entity to another one?
Do you also want to load multiple Entity data into single one Entity?
Based on the needs that you mentioned, I think the Dataflow may be better solution for your scenario. There is an known limit with Dataflow currently -- we could not sync data from one Entity to another Entity through Dataflow directly.
As an fixed solution, you could export your source Entities into a CSV/Excel files. Then upload these exported CSV/Excel files into your OneDrive For Business folder. Then within your PowerApps, you could create a data flow to get Data from the stored Excel/CSV files hosted on your OneDriver through the "Excel" option as below:

Through the "Power Query" functionality in your data flow, you could get multiple data source (just repeat the "Get Data" operation). Then you could use "Merge queries" -> "Merge queries as new" option to combine multiple table (queries) into a single one table (query) based on common field (as you mentioned).


After that, you could load the combined query results into your destination Entity through Power Query Designer. You could set up a schedule for your data flow to run your data flow in a specific frequency.
More details about Power Query functionality, please check the following article:
https://docs.microsoft.com/en-us/power-query/power-query-quickstart-using-power-bi
More details about Data flow in PowerApps, please check the following article:
https://docs.microsoft.com/en-us/powerapps/maker/common-data-service/self-service-data-prep-with-dataflows
According to the needs that you mentioned, I think Power Automate flow may not the better solution for you. E.G. If you want to retrieve data from multiple entity based on common fields and load into another entity, I afraid Power Automate flow could not achieve your needs.
If you just want to sync data from one Entity to another one, you could consider set up a Power Automate flow as below:

Please take a try with above solution, check if the issue is solved.
Best regards,