
Announcements
Hello professionals
I have the following challenge.
I use Dynamics365 Sales there we mantain our customers additionally we have an Webshop (MySQL DB) containing also our customers.
Both systems can only be merged over the field accountnumber.
Now i want some MySQL Database fields shown in Dynamics365 Sales.
For that i installed an onpremised Datagateway.
Connection are configured and functional and i can connect to the Database
My idea now was to create a Cloud Dataflow
But I can't get it to say take the field "lastlogin" and "customer number" from the mysql database and write the value of "lastlogin" to the corresponding record in Dynamics365 based on the field "customer number".
My squence in the flow looks like that
What are my missing Steps ?
Or what else can i do ?
Hi @MarcusBrueckman ,
RowID for Dataverse tables will be GUID, which will not exist in SQL DB. The point is you need to get a specific row from Dataverse table based on the accountnumber value comparison with the a record from the SQL table:
Hope this helps.
Best regards,
Community Support Team _ Jeffer Ni
If this post helps, then please consider Accept it as the solution to help the other members find it.