An Azure service that automates the access and use of data across clouds without writing code.
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.