Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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
User | Count |
---|---|
10 | |
5 | |
4 | |
4 | |
3 |
User | Count |
---|---|
14 | |
9 | |
5 | |
5 | |
4 |