
Announcements
Hello,
I want to build a PowerApps Flow or Entity (GetData) option to add new entity in CDS from multiple source system. How can I do it?
I tried creating flow, It is allowing me to create flow to get data from Source System (Dynamics) and insert directly into SQL Server. I want to create similar flow by using get data from multiple entities or tables from source system but insert cartesian product into database. I am not finding any option for the same.
I guess we can do it using programming and collections, I don't want to go for programming at this point.
Could you please help me?
Hi @Anonymous, by leveraging Dataflows, you can create a dataflow per source that pushes the data to the same entity. Might be worth looking into it.