Hi guys, I have a table within a CS module that has a column that's data type is Binary data, i need to make the entries of this table visible on a frontend module, for the user to then have a download function for each entry of binary data on the frontend. However, i cannot reference the binary data within an expression as it looks for a text value, and not a binary data datatype.
Original table within the CS module
My frontend consumer module that has an aggregate for the data within the CS module.
If anyone knows how to tackle this with best practice that would be great, thanks!
I have fixed it, what was needed was a link widget and then the reference included within the expression to be as the label value.