When I try to assign a media file to a document display or pdf element, I get the following error "HTTP 414 URI Too Long"? My Assignment tag is ReportDocumentDisplay= Text.Concatenate(Report.Base64,ReportFormat:Pdf.Extension)? |
This happens because of the wrong syntax in the page instruction Text.Concatenate(Report.Base64,ReportFormat:Pdf.Extension) |