d365fo_get_labels_batch
Retrieve multiple label texts in a single batch request from Dynamics 365 Finance & Operations, with language and fallback options, to reduce API calls and streamline localization management.
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 |