In DotNet code I read a csv file content convert that content in a single string and pass on to HttpRequestMessage as content. This call is success.
I want the exact same to be achieved in Azure Logic Apps. What flow item I should use to achieve this?



