Step 2 documentation says about Flows:
"Test and validate your flow. Ensure that your flow runs successfully and performs the functional tasks that you'd expect it to, on a successful run."
I'm struggling with this because for some reason the data doesn't appear in my CDS entity. It say's that flow ran successfully. When I look at the log it seems though that the data is going to a new upgraded entity??
My entity name is: carparksariifi2kellari
But as you can see below, it looks like data is going to: new_carparksariifi2kellaris
"@odata.id": "https://*******.****.dynamics.com/api/data/v9.0/new_carparksariifi2kellaris(***********)",
"new_totalfreecount": 6,
"new_totalerrorcount": 0,
"new_totalcount": 59,
"createdon": "2019-03-12T09:46:37Z",
"new_primaryid": "PRI1005",
"versionnumber": 1170160,
"new_carparksariifi2kellariid": "*******************************",
"modifiedon": "2019-03-12T09:46:37Z"
So I can't test if my data is really going to some database, cause the data doesn't show in my CDS database even though it looks like it's going somewhere?! What can I do? Please help!