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.
You can use GIT Rest APIGet 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”