After using Get files (properties only) action in SharePoint, i have a output value --> List of items. I have found the link and the name of the file within the output. How can i filter the output to get either the name or the file URL?
Cut out sample of the output
"{Link}": "https://x.sharepoint.com/sites/TestPortal/xx",
"{Name}": "Test1",
"{FilenameWithExtension}": "Test1.xlsx",
"{FullPath}": "Shared Documents/Test1.xlsx",
"{IsCheckedOut}": false,
"{VersionNumber}": "2.0"
Thanks!