Tell us about the problem you're trying to solve
I need an action that will read a file and return a byte array
Describe the solution you’d like
it should be in file storage, but separate of Read action, because passing a file that isn't meant to be parsed as string could cause a parsing error
Describe the alternative you’ve considered or used
using bash action and parsing it in script component
Additional context
No response
Tell us about the problem you're trying to solve
I need an action that will read a file and return a byte array
Describe the solution you’d like
it should be in file storage, but separate of Read action, because passing a file that isn't meant to be parsed as string could cause a parsing error
Describe the alternative you’ve considered or used
using bash action and parsing it in script component
Additional context
No response