Hi folks, I am new in Power Apps and can I get a bit of help regarding how to get file names from Dataverse?
I have created a table in Power Apps model-driven app - Dataverse and inside contains an upload file column which allows users to upload files in all kinds of file types (jpg, pdf, etc).

I have put the form inside the power pages so that users can register and login, and upload files accordingly.
I can see and download the files from the customized CRM. and I can get the raw body of the file via "Download a file or Image" function in Power Automation.

But I need to get the file name and its file type (test_img.jpg like listed below in customized CRM ) in string in power automation so that I can use them both in a JSON flow. Currently, the file body is just gibberish text without a file name and type.

Any help would be highly appreciated, thanks.