Share via

Native method to make a data structured.

Mansi Gusain 615 Reputation points
2024-10-15T04:25:24.93+00:00

Hi, is there a native method to convert the unstructured data into structured format. The link is not public, so what type of HTTP trigger or tool can I use to make the data structured.

Azure Logic Apps
Azure Logic Apps

An Azure service that automates the access and use of data across clouds without writing code.

0 comments No comments

1 answer

Sort by: Most helpful
  1. LeelaRajeshSayana-MSFT 17,871 Reputation points Moderator
    2024-10-15T13:50:39.6433333+00:00

    Hi @Mansi Gusain Greetings! Thank you for posting this question here.

    If you are looking for Native data transformation actions, the best fit is to use the Compose action which can be used to construct a single output such as a JSON object from multiple inputs. Your inputs can have various types such as integers, Booleans, arrays, JSON objects, and any other native type that Azure Logic Apps supports, for example, binary and XML. Please refer the article Compose action for more details on how to use this action.

    Furthermore, you can pass the composed JSON object to an Azure function and perform more complex transformations if the Native method does not return you the desired format output. Refer the article Call Azure Functions from workflows in Azure Logic Apps for detailed steps on how to integrate and call an Azure function from Logic app.

    Hope this helps! Please let us know if you need any additional assistance.


    If the response helped, please do click Accept Answer and Yes for the answer provided. Doing so would help other community members with similar issue identify the solution. I highly appreciate your contribution to the community.

    Was this answer helpful?

    0 comments No comments

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.