-
RE: Error message: 'Multiple e-mails separated by ',' or ';' are not supported.
Hey Thomas,
You could use webservices to send the email. If they are a O365 subscriber they could use the new powerautomate features or the Graph API to send the email.
Other mail providers may have similar APIs to allow for sending the aggregated email.
Thanks,
Jacob Eaton -
RE: Extract the year from a date
You may have the right expression. The function Year(DateTime) returns an Integer. Make sure your variable or index is compatible with that data type or convert it to a string, with CStr(Year(DateTime)).
Thanks,
Jacob Eaton -
RE: Version 7.4 test environment Export tool XML configuration file
Hey Brian,
You can find the configuration files in the "%Appdata%\DocuWare\Export\Configurations" path if you have the DocuWare Export tool installed via the Desktop Apps.
Thanks,
Jacob