2

I am trying to retrieve a new record inserted in Excel Online through Microsoft Flow. The new record is inserted as a last row in the Excel.

Is there a function or expression which I can use in Get Row action of flow?

James Z
  • 12,209
  • 10
  • 24
  • 44
django-unchained
  • 844
  • 9
  • 21

1 Answers1

2

You could take two different approaches:

A) Use last(body('List_rows_present_in_a_table')) in a Compose block enter image description here

B) Or even easier, if using advanced options:

enter image description here

plmk
  • 2,194
  • 1
  • 15
  • 21