Hello @devhere,
Thanks for the ask and using Microsoft Q&A platform .
If my understanding is correct you are performing a copy activity from a JSON to sink. You are not able to encountering the issue.
You are likely to encounter the issue if you are not providing collection reference is incorrect. I looked at the mapping & understood that the collection reference you have provided as data.
The below would be solution :
Setting the collection reference as $['data'][0]['fields']
STEPS :
- You could clear current mapping.
- Enter
$['data'][0]['fields']
manually - Click import schemas
- Ensure that you are giving data type for mappings.
Output :
Please do let me know how it goes.
-------------------------------------------------------------------------------------------------------------------------
- Please don't forget to click on
or upvote
button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer. Here is how
- Want a reminder to come back and check responses? Here is how to subscribe to a notification
- If you are interested in joining the VM program and help shape the future of Q&A: Here is how you can be part of Q&A Volunteer Moderators