d365fo_get_label
Retrieve localized label text from Dynamics 365 Finance & Operations using label IDs, supporting multiple languages with English fallback options.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| labelId | Yes | ||
| language | No | en-US | |
| profile | No | default |