d365fo_get_label
Get localized label text from Dynamics 365 Finance & Operations by specifying a label ID and language code, with optional fallback to English.
Instructions
Get label text by label ID.
Args: labelId: Label ID (e.g., @SYS1234) language: Language code for label text fallbackToEnglish: Fallback to English if translation not found profile: Optional profile name
Returns: Dictionary with label text
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| labelId | Yes | ||
| profile | No | default | |
| language | No | en-US |