Question
Manipulation of list of dictionary for record data source
Step1: I have a record type backed by a Webservice.
My expression: local!integrationResponse.result.body.rawData returns list of dictionary as below:
List of dictionary - 4010 items
Dictionary
- Region "" (Text)
- State"" (Text)
When I tested data source, I got below error in record type: The Record Data Source did not evaluate to a DataSubset. Received: List of Dictionary.
I modified my expression as todatasubset(local!integrationResponse.result.body.rawData). Now the record type displays 4010 empty records.
May I know how to resolve the dataset returned to match the datatype of the record.
