Forum Discussion

akarsh's avatar
akarsh
New Contributor III
2 years ago
Solved

Create Key: Pair value in mapper

Input Structure [ { "Id": "ABC", "IFA_Number__c": "1" }, { "Id": "BCD", "IFA_Number__c": "2" } ] I have to save this data in a key value format ( Ifanumber is key and ID is value) so t...