How to get this file name dynamically in Uipath type into Activity from Github repo

I want to get the file name which is commited in github repo into type into activity.

I want that the “type into activity” get the file name dynamically via variable or any other feature into UiPath Orchastrator Process. So it like when someone pushed new file into GitHub repo my type into activity get the file name as value in it.

Is there any way to achieve this?

You can use GIT Rest API Get a commit to get list of files committed, save it into a list of array of string so that you can use it in “type into activity”

@adi.mehare How to use GitHub Rest API in UiPath Studio? can you share some samples.

Which UiPath studio activity i need to use to get this done?

use below activity to call web api