Logic App Flow

Vijay 101 Reputation points
2022-06-08T13:51:52.61+00:00

Hi,

I want to extract the details present in IND file.

File is stored in azure blob storage
It contains IND and TIF files
209470-image.png

I want to extract the details present in IND file
209552-image.png

I have used get blob content for IND file
209561-image.png

But Im not getting how to extract the details after getblobcontent.

Can anyone please help me with this?

I want to map the extracted fields from IND file and map it to Sharepoint columns

Please help me with this
209380-image.png

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
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,598 questions
0 comments No comments
{count} votes

Accepted answer
  1. Bruno Lucas 4,411 Reputation points MVP
    2022-06-10T04:33:09.217+00:00

    Hi @Vijay ,

    you need to cast using this : base64ToString(body('Get_blob_content_(V2)').$content)

    210104-image.png

    210057-image.png

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful