devram
devram

Reputation: 145

Logic App - A value must be provided for the item while inserting into Excel Table

I want a sql resultset to be inserted into Excel table.

As of now in Logic App done following things.

From the above task -

So my logic app looks like:

enter image description here

enter image description here

I don't have a row parameter eventhough its a row task enter image description here

Upvotes: 0

Views: 1165

Answers (1)

Adam Marczak
Adam Marczak

Reputation: 2351

Your logic app action is called Add a row into a table but you didn't provide it with a row parameter filled with data, so the value is empty, hence it fails.

https://learn.microsoft.com/en-us/connectors/excelonline/#add-a-row-into-a-table

enter image description here

Upvotes: 0

Related Questions