Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,345 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello everyone i need to set up my workflow in logic app using file extension coming from sharepoint.
You can use connector "Get file properties" and then get file name with extension in compose.
You can use string function to get just extension like last(split(),'.')