I was trying to access my csv file in a blob. And trying to convert the same into an XML.
I can't find any link to read the csv file data. Can anyone please help me out with some light? I am very new in logic apps.
First, add your integration account and add the schema you want like this article.
Then click Integration account in your logic app and relate with the Intergation account you created before.
Then add Flat File Decoding to pick the schema and use Transform XML to convert csv to xml.
For more details you could refer to this article.