Hello,
I'm using 'Get Item' with the Excel Online (Business) connector to retrieve a particular row from an Excel table. How do I get the underlying value from one of the columns, I'm trying to get 'Column2' now for usage in a subsequent step? The get item step is named "Get Geographic Focus".
Attached is the output from the 'Get Item' step, I'm trying to obtain the value "All" from body/Column2.
I've tried so far
body('GetGeographicFocus')?['Column2']
as well as
outputs('GetGeographicFocus')?['body']?['value']?[0]?['Column2']