Reputation: 5817
I want to insert a row into an Azure Table using the Azure Table Storage connector. LA expects json in the body. How do I use a dynamic expression in the json?
Upvotes: 1
Views: 2327
Reputation: 14324
You could insert Dynamic content
in your json, I don't know how did you get your variables, so I just define a variable to test. The below are test flow and the result in the table.
You could also set other dynamic values and then what you should focus on is what your variable or other contents you get should be or how to set.
Hope this could help you, if you still have other questions,please let me know.
Upvotes: 5