Hi,
I have a flow that Creates a CSV file, however within that file it pulls data from a lookup column in SharePoint called GI_TechObj_Application. When I then open the excel file that data comes through like this:
| [{"Id":5197,"Value":"A Cloud Guru"},{"Id":4689,"Value":"MXR has changed"},{"Id":5249,"Value":"Zenith"}] |
However I only need the data after Value, for example A Cloud Guru, MXR has changed, Zenith.
Here is my flow:

I was using item?['GI_TechObj_Application'] to get the value into the Create CSV table.
Any help would be appreciated.