We have a set of data in our source that is only present if it is chosen and is a list of values in a text string.
As an example, the customer can choose Add-Ons (Add On 1, Add On 2, Add On 3, etc.).
If the user chooses Add on 2, Add On 3), what is shown in the API is the field Id values for those 2 fields in one field (i.e. 4127, 4136). Any values not chosen are not listed.
We are trying to map this to our CRM, so if the field is present, mark it TRUE in CRM. So when we see 4127 we know this is Add On 2 and therefore in CRM mark Add On 2 as True.
Seems this is probably a multi-step process, but not quite clear on how to do it.
Any direction is appreciated.