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.
Microsoft 365 and Office | SharePoint | For business | Windows
0 comments No comments
{count} votes

Answer accepted by question author
  1. Bruno Lucas 4,436 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

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.