Hi all,
We've created an expression backed record type, with the expression calling an integration to return the data. In the returned payload there are several fields which are return as lists (i.e. List of Text String), and these are not appearing in the record type and I can't seem to map them.
Record type data model:
Payload:
As you can see, the list of text string names/ids fields aren't appearing in the record.
Is there any way to resolve this?
Discussion posts and replies are publicly visible
If you are able to sync all the data, you could create separate service backed Records for each of those relations and simply relate them together. If not, you'll need to create your own schema and populate the data for specific Records.
Thanks for the reply Mathieu. So we'd basically need to transform the payload so that those arrayed fields are joined into a single string, for example, and pass that back to the record?
Hi johng, were you able to resolve this?