Skip to content

Formula evaluation of formula using len() function not working properly #1985

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

Open
mrtnbrst opened this issue Apr 30, 2025 · 1 comment
Open

Comments

@mrtnbrst
Copy link

Thank you for reporting an issue, suggesting an enhancement, or asking a question. We appreciate your feedback - to help the team understand your
needs please complete the below template to ensure we have the details to help. Thanks!

Please check out the documentation to see if your question is already addressed there. This will help us ensure our documentation is up to date.

Category

[x] Bug

Version

Please specify what version of the library you are using: [ 3.20.0 ]

If you are not using the latest release, please update and see if the issue is resolved before submitting an issue.

Expected / Desired Behavior / Question

Proper evaluation of validation formula =len(internalColumnName)>6

Observed Behavior

Considers strings with length >6 to be not valid.

Steps to Reproduce

Add column with validation formula =len(internalColumnName)>6, check how it does not consider strings that are longer than 6 as valid even though the default SharePoint form does

Here length is used as length function, but it should be len as far as I understand (https://support.microsoft.com/en-us/office/len-function-038f2e0d-57d3-4f35-ae74-9a79d66e8fc2)

Copy link

Thank you for submitting your first issue to this project.

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