I have created a Workflow Template with the Attachment HTTP Content Type being .xlsx. I have attached a template file (converted to .xlsx file from Google Sheets) but when I try to open the attachment on the email I am getting the following error message.
@Aleksi: I checked the Log on this and it is reporting the following error:
Found 1 unmatched ‘Start’, 1 unmatched ‘End. They are: Cell[4,2]: <<Start: SELECT(Operations_Master_Check[Product Code],[Date of Treatment]=[_THISROW].[Date])>>’, 'Cell[71,2]: <>
This is strange because I have copied the content from a Doc attachment that works perfectly as the email attachment, however, the same content does not seem to work in an xlsx file.
Are Start and End tags not usable in the xlsx files or in the Google Sheet that gets exported to an xslx file?
We do not support Excel templates in the form you are specifying.
The first row in the Excel template should contain column header values.
The second row in the Excel template should contain a Start expression, one or more cell data values, and an End expression.
Sorry. At this point we have only implemented a way to generate a more conventional Excel spreadsheet. We are likely to do more in future, including the pattern you attempted to use.