This filters on .shp …instead remove the filter there and use a if activity in which you will check the extension.
Currentfile.extension should give it … {"shp","bdf"}.Any(function(c) currentfile.Extension.Contains(c)) and in then condition deete it.you can add all extensions
Cheers