I have a collection made up of JSON pulled from an API. There's a property of a record inside of one of my objects. How can I reference its properties?
See the attached screenshot. Should make it a lot more clear.

I have a collection made up of JSON pulled from an API. There's a property of a record inside of one of my objects. How can I reference its properties?
See the attached screenshot. Should make it a lot more clear.
Hi @Anonymous ,
Do you want to reference the FileGUID property value within the Files property?
Based on the formula you provided, I think there is something wrong with it. Please consider modify your formula as below:
First(Documents.Selected.Files).FileGUID
Please consider take a try with above solution, check if the issue is solved.
Best regards,