I need to check file extension coming from sharepoint using logicApp to construct my workflow wither it is csv or pdf or jpeg etc

Mittinpreet Singh Nayyar 21 Reputation points
2021-11-17T07:51:37.16+00:00

Hello everyone i need to set up my workflow in logic app using file extension coming from sharepoint.

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,837 questions
0 comments No comments
{count} votes

Accepted answer
  1. Saadia Sajjad 86 Reputation points
    2021-11-18T19:27:53.767+00:00

    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(),'.')

    150710-image-2021-11-18-192553.png

    150686-capture.png

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful