You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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:
or
This simple expression should work, but I keep getting the following error:
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!
The text was updated successfully, but these errors were encountered: