Using UiPath App, Upload and process one pdf file

Hi @everyone,
I want to take input of pdf or document file form user through UiPath App, Then using In type argument wants to get and read that pdf into a UiPath process.

But what should be the argument data type and what activity should I use in UiPath process I am not able to find out.

Can anyone please help me out from this?

Happy Automation!!

@Subhamay_Maity

You have to save the file to storage bucket from UiPath apps and then download in your process by sending the location in storage bucket

Please check this

https://docs.uipath.com/apps/automation-cloud/latest/user-guide/uploading-a-file-using-the-file-picker-control

Cheers