
Announcements
Hello,
We are using the OneDrive - Convert file action in Power Automate to convert an Excel file to PDF. The conversion works correctly, but we have noticed an issue with numerical values.
In the original Excel file, numbers are formatted with a comma (",") as the decimal separator (e.g., "1.234,56" in Spanish format). However, after conversion to PDF, the decimal separator changes to a dot ("1,234.56"), which does not match the regional formatting of the Excel file.
We have already checked:
It seems that the Convert file action is applying an incorrect locale during conversion. Could you confirm if there is a way to specify the regional settings in this action or if there is a workaround to ensure the decimal separator remains consistent?
Thank you for your support.
{"type": "OpenApiConnection","inputs": {"parameters": {"id": "@item()?['Id']","type": "PDF"},"host": {"apiId": "/providers/Microsoft.PowerApps/apis/shared_onedriveforbusiness","connection": "shared_onedriveforbusiness","operationId": "ConvertFile"}}}