How do I add an SMS from Twilio into Azure Table Storage using Logic App
I am able to receive a text message into a Logic App, via a Twilio Web Hook. as set up by following these instructions Regarding my question here Now I need to add that text into an Azure Table. I have added a Parse JSON action What should I put in the Content and Schema? I found that if I click inside the Content Box I am prompted to pick from a tag. I guess Body is the one. [Update] Now I am trying to insert the Entity Directly but I cant work out how to do this in the designer. How do I expand the Entity text box so as to put the JSON in? [Update2] I found I could expand the Entity text box