Hello, I am collecting data from a SharePoint via the 'Directory' tool and want to detect the file type via FindString to separate the file extension (like e.g. DOCX). I useed the formula: Right([FileName], (Length([FileName])-(FindString([FileName], '.'))-1)). This is working as long no '.' are used within the file name. Once there is a '.' in the file name my formula is no longer working. Is there any kind of 'find the last string' of the expression or trigger Alteryx to start searching the string from the right? Or any ideas how to separate the file extension?
Thanks, Uli