d365fo_get_labels_batch
Retrieve multiple translated labels simultaneously from Dynamics 365 Finance & Operations, supporting language fallback and batch processing to streamline localization workflows.
Instructions
Get multiple labels in a single request.
Args: labelIds: List of label IDs to retrieve language: Language code for label texts fallbackToEnglish: Fallback to English if translation not found profile: Optional profile name
Returns: Dictionary with label texts
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| labelIds | Yes | ||
| language | No | en-US | |
| profile | No | default |