Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does anyone know how to use the Azure Table Storage - Insert Entity (Preview) Action of Logic Apps

I'm trying to do a simple workflow in Logic Apps using the Dynamics 365 for Operations - Get Records (preview) Action and then store the results in the action Azure Table Storage - Insert Entity. By doing a hack I'm able to store the results in JSON in an Azure BLOB. I'm putting @body('Get_records') in the body of Create BLOB, but I want a better solution. The problem is that I do not know how Azure Table Storage - Insert Entity works, I can't find any documentation on it. I would appreciate if someone could guide me in the correct path.

like image 341
Julio Luzardo Avatar asked Sep 15 '25 23:09

Julio Luzardo


1 Answers

Insert Entity

Ok, I found the solution. Insert Entity expects this JSON in the entity section:

like image 187
Julio Luzardo Avatar answered Sep 17 '25 14:09

Julio Luzardo