d365fo_get_labels_batch
Retrieve multiple labels from Dynamics 365 Finance & Operations in one batch request by specifying label IDs and language, with fallback to English if translation is missing.
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
| Name | Required | Description | Default |
|---|---|---|---|
| profile | No | default | |
| labelIds | Yes | ||
| language | No | en-US |