The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi,
Im looking to integrate data from an external API to Dynamics CRM (on-prem). I'll probably end up with kingwaysoft. I just have a few quick questions.
Bad Json Example (What i receive)
[
null,
[
{
"user_id": 4200,
"user_label": "Test1"
},
{
"user_id": 2338,
"user_label": "Test2"
}
]
]
It should be like this:
[
{
"user_id": 4200,
"user_label": "Test1"
},
{
"user_id": 2338,
"user_label": "Test2"
}
]
A dedicated forum might be more appropriate.
https://social.msdn.microsoft.com/Forums/en-US/home?forum=sqlintegrationservices