Bug fixes & improvements
Modern Forms
Version 1.0.79
- Added Required and Validation calculations for the Attachments field
For example, this expression allows you to configure Validation expression to have only one attachment:
var a = [[Attachments]];
return a.Attachments.length + a.NewFiles.length == 1;
Publish
- Fixed provisioning of site column taxonomy field
- Forbidden to use package with errors for sharing and deployments