Actions
Feature proposal #6601
closedFacebook: Implement additional field mapping
Description
Currently location is not mapped, because it returns a JSON object. Implement handling for object fields so they can be mapped. Location for example returns ID and NAME with NAME being the address.
Updated by krileon over 7 years ago
Updated by krileon about 7 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
In addition to this array handling for field values is now implemented so array usages can properly populate multiselect fields. If used against a textarea they'll be separated by a linebreak. If used against textarea editor they'll be separated by a paragraph element. If used against anything else they'll be comma separated.
Actions