Hi @smithmrk,
I think you could get the file size using a calculation.
Please check the flow as below:

div(int(length(string(outputs('Get_attachment_content')?['body']))),1000)
Generally, we use 1024 to do the div() thing, however, I try to refer to 1000, which is more accurate.