Extract a value from a list

Hi, I am trying to learn Appian RPA (parse excel file) on macbook as a resource as per the procedure given by Appian at https://academy.appian.com/#/online-courses/57b938d8-8880-4d2c-bf8e-aa5c3e9cb1fd (page 12 of the tutorial)..

Background (what works)

While using a windows resource

and if we mention pv!fileProperties.path in the File Path menu - the BOT works as expected. 

Problem Statement (what I need help with)

Now since I am using a mac my fileProperties value is looking like

[{"name":".DS_Store","path":"/Users/jbanerjee/Desktop/Business Opportunities/.DS_Store","size":6.00390625,"createdAt":1659959223000,"lastModifiedAt":1659959223000,"extension":"DS_Store","type":"FILE"},{"name":"ParseExcelTutorial.xlsx","path":"/Users/jbanerjee/Desktop/Business Opportunities/ParseExcelTutorial.xlsx","size":4.9775390625,"createdAt":1659959185000,"lastModifiedAt":1659959185000,"extension":"xlsx","type":"FILE"}]
as you see for some reason 2 values are captured instead of 1. I have already shared my findings with Appian Technical Support team and they are looking into this as to why mac is generating 2 records even if only 1 excel file is present in the folder.
anyway for now a workaround is extract the value as highlighted in red above into a variable and use it in the File Path. Is there a way I can achieve this? please see there is a square bracket. 
let me know if any questions..I have already shared the link to the appian rpa tutorial that I am trying to build on my macbook. (please see that I have successfully build the same BOT on my windows machine, it is just that I am not able to do on macbook where I need help with) 
thanks
jaideep

  Discussion posts and replies are publicly visible