Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automated low-code plugins are unable to be saved when no English locale available #2853

Open
jellevervloessem opened this issue Feb 18, 2025 · 0 comments

Comments

@jellevervloessem
Copy link

Automated low-code plugins are unable to be saved when the locale is Dutch (and it's the only local installed in dataverse)

In the dataverse accellerator, I write an automated plugin with the following Simple expression:

If(NewRecord.'Gemaakt op' < Now(), 
 Error("The due date cannot be in the past")
)

or

If(NewRecord.createdon < Now(), 
 Error("The due date cannot be in the past")
)

This simple expression should work, but I keep getting the following error:

An unexpected error occurred while creating FxExpression: Errors: Error 30-31: Onverwachte tekens. De formule bevat Error terwijl ParenClose wordt verwacht.
Error 30-31: Onverwachte tekens. De tekens worden in de formule op een onverwachte manier gebruikt.
Error 2-3: Ongeldig aantal argumenten: 1ontvangen, 2 of meer verwacht.

When I try the same expressin on another environment that is configured in English, this error is not happening and the plugin works like a charm!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant