The problem I am trying to solve is - I have to download a file from Box [don’t want to hardcode the id as this will be changing]. For the reason I am using search Content activity to get retrieve all the information. The output is coming as “IEnumerable” type. How can I retrieve the file id from the whole data?
Thanks for your reply! I was also thing about using that, but that would be useful as we have multiple Id. There should be a direct way of retrieving only file id from the output as this a key input for all Box activities.
I have studied the API calls, to get the file id’s we have to use Search content API.
I am trying to figure out a way in which the Box activities can be used.
As by using the activities we are able to retrieve all the information, we should be able to parse for the exact required information.