Hello,
Can someone please help me extract the file type when a user uploads a new file via Forms ?
I tried different variation of this expression but cannot get it working ;
last(split(triggerbody()?['file']?['name'], '.'))
last(split(triggerOutputs()?['body/{FilenameWithExtension}'],'.'))
Here is my flow ;


I only want anything after "." .Any input is appreciated.